HotkeyKey Property
Gets the key assigned to the hotkey.
Namespace: DevCase.Core.Application.HotkeysAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Keys Key { get; }
Public Overridable ReadOnly Property Key As Keys
Get
Dim instance As Hotkey
Dim value As Keys
value = instance.Key
public:
virtual property Keys Key {
Keys get ();
}
abstract Key : Keys with get
override Key : Keys with get
No code example is currently available or this language may not be supported.
Property Value
Keys
The key assigned to the hotkey.