TcxTreeListPopupMenu.UserImages Property
In This Article
Specifies images for custom items added to the built-in context menu.
#Declaration
Delphi
property UserImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use this property to provide images for menu items added, via the CreateMenuItem function, to the built-in context menu. To associate a menu item with an image from the UserImages property, pass the image’s index via the AImageIndex parameter of the CreateMenuItem function.
See Also