Méthode | Description | |
---|---|---|
CheckBox ( int x, int y, string s ) : System |
Public constructor, creates a CheckButton based on the given text at the given position. The size of CheckButton is computed based on the text length. This CheckButton is not toggled. |
|
CheckBox ( int x, int y, string s, bool is_checked ) : System |
Public constructor, creates a CheckButton based on the given text at the given position and a state. The size of CheckButton is computed based on the text length. |
|
PositionCursor ( ) : void | ||
ProcessKey ( int c ) : bool | ||
ProcessMouse ( |
||
Redraw ( ) : void |
public CheckBox ( int x, int y, string s ) : System | ||
x | int | |
y | int | |
s | string | |
Résultat | System |
public CheckBox ( int x, int y, string s, bool is_checked ) : System | ||
x | int | |
y | int | |
s | string | |
is_checked | bool | |
Résultat | System |