Spread Windows Forms 8.0 Product Documentation
IsInputChar Method (ControlBase)


The character to test.
Determines if a character is an input character that the control recognizes.
Syntax
'Declaration
 
Protected Overrides Function IsInputChar( _
   ByVal charCode As Char _
) As Boolean
'Usage
 
Dim instance As ControlBase
Dim charCode As Char
Dim value As Boolean
 
value = instance.IsInputChar(charCode)
protected override bool IsInputChar( 
   char charCode
)

Parameters

charCode
The character to test.

Return Value

true if the character should be sent directly to the control and not preprocessed; otherwise, false.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ControlBase Class
ControlBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.