ActionElementMapelementIdentifierGlyph Property |
The primary glyph for the element bound to the Action.
If this is a keyboard binding, modifier keys may be in use, therefore you should use
GetElementIdentifierGlyphs(ICollectionObject) instead to get the modifier key glyphs as well.
You can check
elementIdentifierGlyphCount to determine if this binding has more than one glyph to display.
This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object elementIdentifierGlyph { get; }
Property Value
Type:
ObjectSee Also