
Public Member Functions | |
| this (Dialog parent, int id) | |
| Constructs a CheckBox object to interface a given check box control. | |
| this (WindowBase parent, int id, string text, Rect position) | |
| Constructs a check box to be created at runtime. | |
Properties | |
| int | checked () |
| The checked state of this check box. | |
| int | checked (int state) |
| The checked state of this check box. | |
| smjg.libs.sdwf.control.CheckBox.this | ( | Dialog | parent, | |
| int | id | |||
| ) |
Constructs a CheckBox object to interface a given check box control.
Reimplemented from smjg.libs.sdwf.control.Control.
Reimplemented in smjg.libs.sdwf.control.RadioButton.
| smjg.libs.sdwf.control.CheckBox.this | ( | WindowBase | parent, | |
| int | id, | |||
| string | text, | |||
| Rect | position | |||
| ) |
Constructs a check box to be created at runtime.
| parent | the window or dialog on which the check box will be placed. | |
| id | numeric ID that the check box will have. | |
| text | the check box's caption text. | |
| position | the position on the parent window where the check box will be placed. |
| int smjg.libs.sdwf.control.CheckBox.checked | ( | ) |
The checked state of this check box.
Values are:
0 unchecked. 1 checked. 2 shaded - applies only to a three-state checkbox.| int smjg.libs.sdwf.control.CheckBox.checked | ( | int | state | ) |
The checked state of this check box.
Values are:
0 unchecked. 1 checked. 2 shaded - applies only to a three-state checkbox.
1.5.4