Property | Type | Description | |
---|---|---|---|
IsCursorOver | bool | ||
isFitToContents | bool | ||
square | BorderPanel | ||
textArea | TextArea | ||
x | OverlayElement |
Method | Description | |
---|---|---|
Check ( ) : void |
|
|
Check ( bool notifyListener ) : void |
|
|
CheckBox ( String name, String caption, Real width ) : System |
Do not instantiate any widgets directly. Use SdkTrayManager.
|
|
OnCheckChanged ( object sender, CheckBox box ) : void | ||
OnCursorMoved ( Vector2 cursorPos ) : void |
|
|
OnCursorPressed ( Vector2 cursorPos ) : void |
|
|
OnLostFocus ( ) : void |
|
|
SetChecked ( bool check, bool notifyListener ) : void |
|
|
Toggle ( ) : void |
|
|
Toggle ( bool notifyListener ) : void |
|
|
Uncheck ( ) : void |
|
|
Uncheck ( bool notifyListener ) : void |
|
public CheckBox ( String name, String caption, Real width ) : System | ||
name | String | |
caption | String | |
width | Real | |
return | System |
public OnCheckChanged ( object sender, CheckBox box ) : void | ||
sender | object | |
box | CheckBox | |
return | void |
public OnCursorMoved ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
return | void |
public OnCursorPressed ( Vector2 cursorPos ) : void | ||
cursorPos | Vector2 | |
return | void |
public SetChecked ( bool check, bool notifyListener ) : void | ||
check | bool | |
notifyListener | bool | |
return | void |
public Uncheck ( bool notifyListener ) : void | ||
notifyListener | bool | |
return | void |