TcxTreeListPopupMenu.UseBuiltInMenu Property
Specifies whether the built-in or custom context menu is displayed.
Declaration
property UseBuiltInMenu: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to use the built-in menu as the context menu. Otherwise, the menu specified via the PopupMenu property will be used.
Once displayed, the built-in menu can be accessed via the BuiltInMenu property.
The default value of the UseBuiltInMenu property is False.
See Also