Click or drag to resize

ActionElementMapGetElementIdentifierGlyphs Method

Overload List
  NameDescription
Public methodGetElementIdentifierGlyphs(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.
Public methodGetElementIdentifierGlyphsT(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.
Top
See Also