TcxTreeListFooterPopupMenu.Items Property
In This Article
Specifies the visibility of menu items.
#Declaration
Delphi
property Items: TcxTreeListFooterPopupMenuItems read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Set an option flag within the Items property to make a corresponding menu item visible.
The image and table below show menu items and corresponding option flags, and command identity values used to create these items via the CreateMenuItem function:
# | Option Flag | Command Identity Value |
---|---|---|
1 | tlfmi |
tlcm |
2 | tlfmi |
tlcm |
3 | tlfmi |
tlcm |
4 | tlfmi |
tlcm |
5 | tlfmi |
tlcm |
6 | tlfmi |
tlcm |
7 | tlfmi |
tlcm |
See Also