TcxSchedulerTimeRulerPopupMenu.GetMenuItem(TcxSchedulerTimeRulerPopupMenuItem) Method
Returns the TMenuItem object corresponding to the AItem pop-up menu item.
Declaration
function GetMenuItem(AItem: TcxSchedulerTimeRulerPopupMenuItem): TMenuItem;
Parameters
Name | Type |
---|---|
AItem | TcxSchedulerTimeRulerPopupMenuItem |
Returns
Type |
---|
TMenuItem |
Remarks
Call this function in an OnPopup event handler to customize pop-up menu items.
See Also