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