[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msemenuwidgets.pas line 50
type menulayoutinfoty = record |
menu: tmenuitem; |
state: menulayoutstatesty; |
activeitem: Integer; |
popupdirection: graphicdirectionty; |
mousepos: pointty; |
options: menulayoutoptionsty; |
sizerect: rectty; |
frameactivediff: framety; |
imagedistactivediff: int32; |
imagedist1activediff: int32; |
imagedist2activediff: int32; |
cells: menucellinfoarty; |
itemframetemplate: tframetemplate; |
itemface: tcustomface; |
itemframetemplateactive: tframetemplate; |
itemfaceactive: tcustomface; |
separatorframetemplate: tframetemplate; |
checkboxframetemplate: tframetemplate; |
end; |