TTMSFNCMenuItemDrawingParams Record
Layout parameters passed to before/after draw events for a menu item.
API unit family: TMSFNCPopupMenu
Syntax
TTMSFNCMenuItemDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
AccessoryRect |
TRectF |
Rectangle reserved for the item accessory (sub-menu arrow or check mark). |
BitmapRect |
TRectF |
Rectangle reserved for the item bitmap. |
DrawRect |
TRectF |
Bounding rectangle of the entire menu item. |
ItemRounding |
Integer |
Corner rounding radius for the item background. |
NoteRect |
TRectF |
Rectangle reserved for the item note text. |
NoteText |
string |
Secondary note text of the item. |
Text |
string |
Main text of the item. |
TextRect |
TRectF |
Rectangle reserved for the item text. |