Functions | |
bool | TextBox_IsCursorOver () |
Is the mouse cursor over the control. | |
void | TextBox_GetFocus () |
Get the focus. | |
void | TextBox_SetKeyDown () |
Set the event key down. | |
void | TextBox_SetKeyUp () |
Set the event key up. | |
void | TextBox_SetMouseMotion () |
Set the event mouse motion. | |
void | TextBox_SetMouseButtonDown () |
Set the event mouse button down. | |
void | TextBox_SetMouseButtonUp () |
Set the event mouse button up. | |
string | TextBox_GetName () |
Get the name. | |
int | TextBox_GetX () |
Get the X coordinate. | |
int | TextBox_GetY () |
Get the Y coordinate. | |
int | TextBox_GetWidth () |
Get the width. | |
int | TextBox_GetHeight () |
Get the height. | |
string | TextBox_GetBackStyle () |
Get the back style. | |
string | TextBox_GetAppearance () |
Get the appearance. | |
int | TextBox_GetBackColor () |
Get the back color. | |
ludata | TextBox_GetPicture () |
Get the picture. | |
ludata | TextBox_GetMousePointer () |
Get the mouse pointer. | |
bool | TextBox_GetEnable () |
Get the enable. | |
bool | TextBox_GetVisible () |
Get the visible. | |
void | TextBox_GetTransparency () |
Get the transparency. | |
string | TextBox_GetType () |
Get the type. | |
void | TextBox_SetPicture (string val) |
Set the picture. | |
void | TextBox_SetMousePointer (string val) |
Set the mouse pointer. | |
void | TextBox_SetMousePointer () |
Set the mouse pointer. | |
void | TextBox_SetEnable (bool val) |
Set the enable. | |
void | TextBox_SetVisible (bool val) |
Set the visible. | |
void | TextBox_SetTransparency (bool val) |
Set the transparency. |