TcxTreeListPopupMenu.BuiltInMenu Property
In This Article
Provides access to the built-in menu associated with the current context menu.
#Declaration
Delphi
property BuiltInMenu: TcxTreeListCustomBuiltInMenu read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property is initialized if the following conditions are met:
The UseBuiltInMenu property is set to True.
The built-in context menu is invoked.
Otherwise, the BuiltInMenu property returns nil.
Handle the OnPopup and OnClick events to customize the built-in context menu, and respond to clicks on its items.
See Also