TcxTreeListBuiltInMenu.PopupMenu Property
Provides access to a TPopupMenu object representing the current built-in context menu.
Declaration
property PopupMenu: TPopupMenu read;
Property Value
Type |
---|
TPopupMenu |
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