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