HotkeyId Property
Gets the unique identifier 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 int Id { get; }
Public Overridable ReadOnly Property Id As Integer
Get
Dim instance As Hotkey
Dim value As Integer
value = instance.Id
public:
virtual property int Id {
int get ();
}
abstract Id : int with get
override Id : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The unique identifier assigned to the hotkey.