Skip to main content

TcxTreeListPopupMenu.UserImages Property

Specifies images for custom items added to the built-in context menu.

Declaration

property UserImages: TCustomImageList read; write;

Property Value

Type
TCustomImageList

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