Méthode | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
Méthode | 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 | |
Résultat | bool |
protected IsInputKey ( Keys keyData ) : bool | ||
keyData | Keys | |
Résultat | bool |