Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.Controls.HotkeyEdit

  • Assembly: RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
  • Namespace: RT.Util.Controls
  • Show inherited types...
  • Show implemented interfaces...

Summary

This control enables the user to specify a hotkey combination by pressing it on the keyboard. For exmaple, if the user presses Ctrl + Alt + A while this control is focussed, the control would display "Ctrl+Alt+A". The combination can be read out by the program in a convenient format.

Constructors

Constructs a new instance.

Instance properties

bool If true, the control does not accept key combinations, such as "Ctrl + A", however it does accept special keys such as "Ctrl".
bool Returns true if the shortcut combination includes Alt.
bool Returns true if the shortcut combination includes Ctrl.
Keys Returns the main shortcut key.
bool Returns true if the control does not hold a shortcut combination (for example, because the user didn't press anything).
bool Returns true if the shortcut combination includes Shift.