TcxPopupMenuLayout.CustomMenuItemGlyph Property
In This Article
Specifies the glyph image of an additional popup menu item.
#Declaration
Delphi
property CustomMenuItemGlyph: TBitmap read; write;
#Property Value
Type |
---|
TBitmap |
#Remarks
Use the CustomMenuItemGlyph property to specify the glyph of an additional popup menu item. If this property value is not specified, the appropriate popup menu item is represented by the text string defined via the CustomMenuItemCaption property.
See Also