Functions | |
bool | LabelBox_IsCursorOver () |
Is the mouse cursor over the control. | |
void | LabelBox_GetFocus () |
Get the focus. | |
void | LabelBox_SetKeyDown () |
Set the event key down. | |
void | LabelBox_SetKeyUp () |
Set the event key up. | |
void | LabelBox_SetMouseMotion () |
Set the event mouse motion. | |
void | LabelBox_SetMouseButtonDown () |
Set the event mouse button down. | |
void | LabelBox_SetMouseButtonUp () |
Set the event mouse button up. | |
string | LabelBox_GetName () |
Get the name. | |
int | LabelBox_GetX () |
Get the X coordinate. | |
int | LabelBox_GetY () |
Get the Y coordinate. | |
int | LabelBox_GetWidth () |
Get the width. | |
int | LabelBox_GetHeight () |
Get the height. | |
string | LabelBox_GetBackStyle () |
Get the back style. | |
string | LabelBox_GetAppearance () |
Get the appearance. | |
int | LabelBox_GetBackColor () |
Get the back color. | |
ludata | LabelBox_GetPicture () |
Get the picture. | |
ludata | LabelBox_GetMousePointer () |
Get the mouse pointer. | |
bool | LabelBox_GetEnable () |
Get the enable. | |
bool | LabelBox_GetVisible () |
Get the visible. | |
void | LabelBox_GetTransparency () |
Get the transparency. | |
string | LabelBox_GetType () |
Get the type. | |
void | LabelBox_SetName (string val) |
Set the name. | |
void | LabelBox_SetBackStyle (string val) |
Set the back style. | |
void | LabelBox_SetBackStyle (int val) |
Set the back style. | |
void | LabelBox_SetAppearance (string theme, string skin) |
Set the appearance. | |
void | LabelBox_SetBackColor (int val) |
Set the back color. | |
void | LabelBox_SetPicture (string val) |
Set the picture. | |
void | LabelBox_SetMousePointer (string val) |
Set the mouse pointer. | |
void | LabelBox_SetMousePointer () |
Set the mouse pointer. | |
void | LabelBox_SetEnable (bool val) |
Set the enable. | |
void | LabelBox_SetVisible (bool val) |
Set the visible. | |
void | LabelBox_SetTransparency (bool val) |
Set the transparency. |