Functions | |
bool | CheckButton_CopyFrom () |
Copy the actual selected control to be copied. | |
void | CheckButton_UpdateRects () |
Update the internal state of the control. | |
bool | CheckButton_GetValue () |
Get the value. | |
ludata | CheckButton_GetPictureChecked () |
Get the picture when the control is checked. | |
void | CheckButton_SetX (int val) |
Set the X coordinate. | |
void | CheckButton_SetY (int val) |
Set the Y coordinate. | |
void | CheckButton_SetWidth (int val) |
Set the width. | |
void | CheckButton_SetHeight (int val) |
Set the height. | |
void | CheckButton_SetRect (int x, int y, int w, int h) |
Set the rect. | |
void | CheckButton_SetValue (bool val) |
Set the value. | |
void | CheckButton_SetPictureChecked (string val) |
Set the picture when the control is checked. |