TTMSFNCPopupMenu.OnItemCheck Event
Fires when an item's checked state changes; set the allow flag to
Falseto cancel the check.
API unit family: TMSFNCPopupMenu
Declaring type: TTMSFNCPopupMenu
Inherited from: TTMSFNCCustomPopupMenu
Syntax
OnItemCheck: TTMSFNCPopupMenuItemControlAllowEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AMenuItemControl |
The item control whose checked state is changing. |
AAllow |
Set to False to prevent the checked state from changing. |