Functions | |
bool | Button_IsCursorOver () |
Is the mouse cursor over the control. | |
void | Button_GetFocus () |
Get the focus. | |
void | Button_SetKeyDown () |
Set the event key down. | |
void | Button_SetKeyUp () |
Set the event key up. | |
void | Button_SetMouseMotion () |
Set the event mouse motion. | |
void | Button_SetMouseButtonDown () |
Set the event mouse button down. | |
void | Button_SetMouseButtonUp () |
Set the event mouse button up. | |
string | Button_GetName () |
Get the name. | |
int | Button_GetX () |
Get the X coordinate. | |
int | Button_GetY () |
Get the Y coordinate. | |
int | Button_GetWidth () |
Get the width. | |
int | Button_GetHeight () |
Get the height. | |
string | Button_GetBackStyle () |
Get the back style. | |
string | Button_GetAppearance () |
Get the appearance. | |
int | Button_GetBackColor () |
Get the back color. | |
ludata | Button_GetPicture () |
Get the picture. | |
ludata | Button_GetMousePointer () |
Get the mouse pointer. | |
bool | Button_GetEnable () |
Get the enable. | |
bool | Button_GetVisible () |
Get the visible. | |
void | Button_GetTransparency () |
Get the transparency. | |
string | Button_GetType () |
Get the type. | |
void | Button_SetName (string val) |
Set the name. | |
void | Button_SetBackStyle (string val) |
Set the back style. | |
void | Button_SetBackStyle (int val) |
Set the back style. | |
void | Button_SetAppearance (string theme, string skin) |
Set the appearance. | |
void | Button_SetBackColor (int val) |
Set the back color. | |
void | Button_SetPicture (string val) |
Set the picture. | |
void | Button_SetMousePointer (string val) |
Set the mouse pointer. | |
void | Button_SetMousePointer () |
Set the mouse pointer. | |
void | Button_SetEnable (bool val) |
Set the enable. | |
void | Button_SetVisible (bool val) |
Set the visible. | |
void | Button_SetTransparency (bool val) |
Set the transparency. |