TcxTreeListBuiltInMenu.PopupMenu Property
In This Article
Provides access to a TPopupMenu object representing the current built-in context menu.
#Declaration
Delphi
property PopupMenu: TPopupMenu read;
#Property Value
Type |
---|
TPopup |
#Remarks
Do not use this property directly to manage built-in menu content. In context menus, you should call a context menu’s CreateMenuItem function to populate the associated built-in menu with items.
See Also