Functions | |
bool | CheckButton_IsCursorOver () |
Is the mouse cursor over the control. | |
void | CheckButton_GetFocus () |
Get the focus. | |
void | CheckButton_SetKeyDown () |
Set the event key down. | |
void | CheckButton_SetKeyUp () |
Set the event key up. | |
void | CheckButton_SetMouseMotion () |
Set the event mouse motion. | |
void | CheckButton_SetMouseButtonDown () |
Set the event mouse button down. | |
void | CheckButton_SetMouseButtonUp () |
Set the event mouse button up. | |
string | CheckButton_GetName () |
Get the name. | |
int | CheckButton_GetX () |
Get the X coordinate. | |
int | CheckButton_GetY () |
Get the Y coordinate. | |
int | CheckButton_GetWidth () |
Get the width. | |
int | CheckButton_GetHeight () |
Get the height. | |
string | CheckButton_GetBackStyle () |
Get the back style. | |
string | CheckButton_GetAppearance () |
Get the appearance. | |
int | CheckButton_GetBackColor () |
Get the back color. | |
ludata | CheckButton_GetPicture () |
Get the picture. | |
ludata | CheckButton_GetMousePointer () |
Get the mouse pointer. | |
bool | CheckButton_GetEnable () |
Get the enable. | |
bool | CheckButton_GetVisible () |
Get the visible. | |
void | CheckButton_GetTransparency () |
Get the transparency. | |
string | CheckButton_GetType () |
Get the type. | |
void | CheckButton_SetName (string val) |
Set the name. | |
void | CheckButton_SetBackStyle (string val) |
Set the back the style. | |
void | CheckButton_SetBackStyle (int val) |
Set the back the style. | |
void | CheckButton_SetAppearance (string theme, string skin) |
Set the appearance. | |
void | CheckButton_SetBackColor (int val) |
Set the back color. | |
void | CheckButton_SetPicture (string val) |
Set the picture. | |
void | CheckButton_SetMousePointer (string val) |
Set the mouse pointer. | |
void | CheckButton_SetMousePointer () |
Set the mouse pointer. | |
void | CheckButton_SetEnable (bool val) |
Set the enable. | |
void | CheckButton_SetVisible (bool val) |
Set the visible. | |
void | CheckButton_SetTransparency (bool val) |
Set the transparency. |