ShortcutFileInfoHotkey Property
Gets or sets the shortcut hotkey.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(0)]
[EditorAttribute(typeof(ShortcutKeysEditor), typeof(UITypeEditor))]
public Keys Hotkey { get; set; }
<DefaultValueAttribute(0)>
<EditorAttribute(GetType(ShortcutKeysEditor), GetType(UITypeEditor))>
Public Property Hotkey As Keys
Get
Set
Dim instance As ShortcutFileInfo
Dim value As Keys
value = instance.Hotkey
instance.Hotkey = value
public:
[DefaultValueAttribute(0)]
[EditorAttribute(typeof(ShortcutKeysEditor), typeof(UITypeEditor))]
property Keys Hotkey {
Keys get ();
void set (Keys value);
}
[<DefaultValueAttribute(0)>]
[<EditorAttribute(typeof(ShortcutKeysEditor), typeof(UITypeEditor))>]
member Hotkey : Keys with get, set
No code example is currently available or this language may not be supported.
Property Value
Keys