Click or drag to resize

KeyboardModifierKeyFlagsToString Method

Overload List
  NameDescription
Public methodStatic memberModifierKeyFlagsToString(ModifierKeyFlags)
Creates a string containing all display names for a modifier key combination. Each key will be separated by the + character. This will return the long name for modifier keys (Control instead of Ctrl). To get the short name, use the ModifierKeyFlagsToString(ModifierKeyFlags, Boolean) overload. If you need RTL support, you must build the string yourself using GetModifierKeyName(ModifierKey). The returned value will be localized if localization is in use.
Public methodStatic memberModifierKeyFlagsToString(ModifierKeyFlags, Boolean)
Creates a string containing all display names for a modifier key combination. Each key will be separated by the + character. If you need RTL support, you must build the string yourself using GetModifierKeyName(ModifierKey). The returned value will be localized if localization is in use.
Top
See Also