Property | Type | Description | |
---|---|---|---|
_currentAppearance | CellAppearance | ||
_leftDrawOffset | int | ||
_validNumbers | char[] |
Property | Type | Description | |
---|---|---|---|
AfterDeserialized | void |
Method | Description | |
---|---|---|
Compose ( ) : void |
Draws the control.
|
|
DetermineAppearance ( ) : void |
Determines the appearance of the control based on its current state.
|
|
FocusLost ( ) : void |
Called when the control loses focus.
|
|
Focused ( ) : void |
Called when the control is focused.
|
|
InputBox ( int width ) : System |
Creates a new instance of the input box.
|
|
ProcessKeyboard ( |
Called when the control should process keyboard information.
|
|
Update ( ) : void |
Method | Description | |
---|---|---|
OnLeftMouseClicked ( |
||
PositionCursor ( ) : void |
Correctly positions the cursor within the text.
|
|
Validate ( ) : void |
Validates that the value of the input box conforms to the settings of this control and sets the dirty flag to true.
|
|
ValidateEdit ( ) : void |
Method | Description | |
---|---|---|
AfterDeserialized ( |
public InputBox ( int width ) : System | ||
width | int | The width of the input box. |
return | System |
protected OnLeftMouseClicked ( |
||
info | ||
return | void |
public ProcessKeyboard ( |
||
info | The keyboard information. | |
return | bool |
protected CellAppearance _currentAppearance | ||
return | CellAppearance |