WebBrowserBase::IsInputChar Method (Char)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines if a character is an input character that the control recognizes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- charCode
-
Type:
System::Char
The character to test.
Return Value
Type: System::Booleantrue if the character should be sent directly to the control and not preprocessed; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: