ActionElementMapGetElementIdentifierGlyphs Method |
Name | Description | |
---|---|---|
GetElementIdentifierGlyphs(ICollectionObject) |
Get glyphs for the element identfier(s) bound to the Action.
If this is a keyboard binding and modifier keys are in use, modifier key glyphs will be
returned first in the results and the primary key will be returned at the end of the list.
If using modifier keys and any glyph is missing for either modifier keys or the primary key, no results will be returned.
Glyphs will be added to the incoming results collection, so the results collection should normally be cleared before passing to this function.
This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier.
| |
GetElementIdentifierGlyphsT(ICollectionT) |
Get glyphs for the element bound to the Action.
If this is a keyboard binding and modifier keys are in use, modifier key glyphs will be
returned first in the results and the primary key will be returned at the end of the list.
If using modifier keys and any glyph is missing for either modifier keys or the primary key, no results will be returned.
Glyphs will be added to the incoming results collection, so the results collection should normally be cleared before passing to this function.
This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier.
|