Functions | |
bool | ListBox_IsCursorOver () |
Is the mouse cursor over the control. | |
void | ListBox_GetFocus () |
Get the ocus. | |
void | ListBox_SetKeyDown () |
Set the event key down. | |
void | ListBox_SetKeyUp () |
Set the event key up. | |
void | ListBox_SetMouseMotion () |
Set the event mouse motion. | |
void | ListBox_SetMouseButtonDown () |
Set the event mouse button down. | |
void | ListBox_SetMouseButtonUp () |
Set the event mouse button up. | |
string | ListBox_GetName () |
Get the name. | |
int | ListBox_GetX () |
Get the X coordinate. | |
int | ListBox_GetY () |
Get the Y coordinate. | |
int | ListBox_GetWidth () |
Get the width. | |
int | ListBox_GetHeight () |
Get the height. | |
string | ListBox_GetBackStyle () |
Get the back style. | |
string | ListBox_GetAppearance () |
Get the appearance. | |
int | ListBox_GetBackColor () |
Get the back color. | |
ludata | ListBox_GetPicture () |
Get the picture. | |
ludata | ListBox_GetMousePointer () |
Get the mouse pointer. | |
bool | ListBox_GetEnable () |
Get the enable. | |
bool | ListBox_GetVisible () |
Get the visible. | |
void | ListBox_GetTransparency () |
Get the transparency. | |
string | ListBox_GetType () |
Get the type. | |
void | ListBox_SetPicture (string val) |
Set the picture. | |
void | ListBox_SetMousePointer (string val) |
Set the mouse pointer. | |
void | ListBox_SetMousePointer () |
Set the mouse pointer. | |
void | ListBox_SetEnable (bool val) |
Set the enable. | |
void | ListBox_SetVisible (bool val) |
Set the visible. | |
void | ListBox_SetTransparency (bool val) |
Set the transparency. |