Click or drag to resize

ControllerElementIdentifier Methods

The ControllerElementIdentifier type exposes the following members.

Methods
  NameDescription
Public methodClone
Public methodGetDisplayName(AxisRange)
Gets the display name for the specified range. The returned value will be localized if localization is in use.
Public methodGetDisplayName(ControllerElementType, AxisRange)
Gets the display name for the specified element type and range. The returned value will be localized if localization is in use.
Public methodGetFinalGlyphKey(AxisRange)
Gets the full glyph key path for the specified range. This will only return a value if a glyph was found.
Public methodGetFinalGlyphKey(ControllerElementType, AxisRange)
Gets the full glyph key path for the specified element type and range. This will only return a value if a glyph was found.
Public methodGetGlyph(AxisRange)
Gets the glyph for the specified range.
Public methodGetGlyph(ControllerElementType, AxisRange)
Gets the glyph for the specified element type and range.
Top
See Also