HotkeyCount Property
Gets a value that specifies how many times was pressed the registered 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 Count { get; }
Public Overridable ReadOnly Property Count As Integer
Get
Dim instance As Hotkey
Dim value As Integer
value = instance.Count
public:
virtual property int Count {
int get ();
}
abstract Count : int with get
override Count : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
A value that specifies how many times was pressed the registered hotkey.