KeyboardMonitorIgnoredChars Property
Gets or sets a collection of
Char 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<char> IgnoredChars { get; set; }
Public Property IgnoredChars As IEnumerable(Of Char)
Get
Set
Dim instance As KeyboardMonitor
Dim value As IEnumerable(Of Char)
value = instance.IgnoredChars
instance.IgnoredChars = value
public:
property IEnumerable<wchar_t>^ IgnoredChars {
IEnumerable<wchar_t>^ get ();
void set (IEnumerable<wchar_t>^ value);
}
member IgnoredChars : IEnumerable<char> with get, set
No code example is currently available or this language may not be supported.
Property Value
IEnumerableChar
The collection of
Char to ignore.