Click or drag to resize

ActionElementMapGetElementIdentifierGlyphs Method (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.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int GetElementIdentifierGlyphs(
	ICollection<Object> results
)

Parameters

results
Type: System.Collections.GenericICollectionObject
A collection to receive the results. Results will be added to the collection.

Return Value

Type: Int32
The number of glyphs returned.
See Also