HotkeyCount Property

Gets a value that specifies how many times was pressed the registered hotkey.

Definition

Namespace: DevCase.Core.Application.Hotkeys
Assembly: 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; }

Property Value

Int32
A value that specifies how many times was pressed the registered hotkey.

See Also