DataGridView::IsInputChar Method (Char)
.NET Framework (current version)
Determines whether a character is an input character that the DataGridView 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 is recognized as an input character; otherwise, false.
A character is recognized as an input character depending on whether the control is in edit mode and whether the current editing control can accept the character.
.NET Framework
Available since 2.0
Available since 2.0
Show: