KeyboardMonitorIgnoredKeys Property
Gets or sets a collection of
Keys to ignore from raising the
KeyPressed event.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IEnumerable<Keys> IgnoredKeys { get; set; }
Public Property IgnoredKeys As IEnumerable(Of Keys)
Get
Set
Dim instance As KeyboardMonitor
Dim value As IEnumerable(Of Keys)
value = instance.IgnoredKeys
instance.IgnoredKeys = value
public:
property IEnumerable<Keys>^ IgnoredKeys {
IEnumerable<Keys>^ get ();
void set (IEnumerable<Keys>^ value);
}
member IgnoredKeys : IEnumerable<Keys> with get, set
No code example is currently available or this language may not be supported.
Property Value
IEnumerableKeys
The collection of
Keys to ignore.