Property | Type | Description | |
---|---|---|---|
HexTextBox | System |
Method | Description | |
---|---|---|
IsInputChar ( char charCode ) : bool |
Determines whether or not the specified character is to be designated for preprocessing or sent directly to the control.
|
|
OnKeyDown ( |
Preprocessing leading up to the raising of the KeyDown event.
|
Method | Description | |
---|---|---|
HexTextBox ( ) : System |
Constructor. Sets the max length to 6 and the text property to an empty string.
|
protected IsInputChar ( char charCode ) : bool | ||
charCode | char | The character to be evaluated. |
return | bool |
protected OnKeyDown ( |
||
e | A KeyEventArgs containing the event data. | |
return | void |