|
|
|
System.Windows.Forms.Shortcut ShortcutFromAccelerator (character)
|
Translates a Progress MENU-ITEM Accelerator into a .NET
System.Windows.Forms.Shortcut enumeration member
|
|
|
|
System.Windows.Forms.Shortcut ShortcutFromKey (Keys)
|
Convert a single special key into a System.Windows.Forms.Shortcut value
|
|
|
|
System.Windows.Forms.Shortcut ShortcutFromKeyCombination (character)
|
Convert special key combinations (like ALT-A) into a
System.Windows.Forms.Shortcut value
|
|
|
|
System.Windows.Forms.Shortcut ShortcutFromKeyCombination (character, character)
|
Convert special key combinations (like ALT-A) into a
System.Windows.Forms.Shortcut value
|
|
|
|
System.Windows.Forms.Shortcut ShortcutFromKeyCombination (character, character, character)
|
Convert special key combinations (like ALT-A) into a
System.Windows.Forms.Shortcut value
|
|
|
|
CHARACTER SpecialKeyToAblEventLabel (KeyEventArgs)
|
Returns the ABL Keyboard event label for the specified .NET KeyEventArgs
|
|
|
|
CHARACTER SpecialKeyToAblEventLabel (Keys)
|
Returns the ABL Keyboard event label for the specified .NET Keys Enum value
|