- Assembly: RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
- Namespace: RT.Util.Controls
- Show inherited types...
Inherits from:
- System.Windows.Forms.TextBox
- System.Windows.Forms.TextBoxBase
- System.Windows.Forms.Control
- System.ComponentModel.Component
- System.MarshalByRefObject
- Show implemented interfaces...
Implements:
- System.Windows.Forms.Layout.IArrangedElement
- System.Windows.Forms.IBindableComponent
- System.ComponentModel.IComponent
- System.IDisposable
- System.Windows.Forms.IDropTarget
- System.Windows.Forms.UnsafeNativeMethods.IOleControl
- System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject
- System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject
- System.Windows.Forms.UnsafeNativeMethods.IOleObject
- System.Windows.Forms.UnsafeNativeMethods.IOleWindow
- System.Windows.Forms.UnsafeNativeMethods.IPersist
- System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag
- System.Windows.Forms.UnsafeNativeMethods.IPersistStorage
- System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit
- System.Windows.Forms.UnsafeNativeMethods.IQuickActivate
- System.Windows.Forms.ISupportOleDropSource
- System.ComponentModel.ISynchronizeInvoke
- System.Windows.Forms.UnsafeNativeMethods.IViewObject
- System.Windows.Forms.UnsafeNativeMethods.IViewObject2
- System.Windows.Forms.IWin32Window
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.
|