TcxTreeListBuiltInMenu Class
In This Article
Represents a generic built-in context TreeList menu.
#Declaration
Delphi
TcxTreeListBuiltInMenu = class(
TcxTreeListCustomBuiltInMenu
)
#Remarks
This class extends its ancestor class with the PopupMenu property that provides access to a TPopupMenu object, representing a built-in context menu.
A context menu’s BuiltInMenu property references a TcxTreeListBuiltInMenu class.
#Inheritance
See Also