TTMSFNCPopupMenu.OnGetFocusedSubControl Event
Fires to supply the control that should receive focus when the menu opens.
API unit family: TMSFNCPopupMenu
Declaring type: TTMSFNCPopupMenu
Inherited from: TTMSFNCCustomPopupMenu
Syntax
OnGetFocusedSubControl: TTMSFNCPopupMenuGetControl;
Parameters
| Name | Description |
|---|---|
Sender |
The popup menu that raised the event. |
AControl |
Set to the control that should receive focus; leave unchanged to use the default behavior. |