Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
Method | Description | |
---|---|---|
IsInputChar ( char charCode ) : bool |
We need to be able to handle the TAB key. Requires IsInputKey() == true.
|
|
IsInputKey ( Keys keyData ) : bool |
We need to be able to handle the TAB key. IsInputKey() must be true for IsInputChar() to be called.
|
protected IsInputChar ( char charCode ) : bool | ||
charCode | char | |
return | bool |