[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the menu item is configured as a check box or a radio button item.
Source position: menus.pp line 284
public function TMenuItem.IsCheckItem: Boolean; virtual; |
True if the menu item is configured as a check box or radio button item.
IsCheckItem is a Boolean function which returns True when one of the following properties is set to True:
|
Indicates whether a check mark is displayed beside the menu item. |
|
|
Indicates if the menu item is displayed as a radio button. |
|
|
Indicates whether a check mark is automatically drawn when the menu item is selected. |
|
|
ShowAlwaysCheckable - if True, Item is always shown as checkable. |