Functions | |
bool | ControlListBox_IsCursorOver () |
Is the mouse cursor over the control. | |
void | ControlListBox_GetFocus () |
Get the focus. | |
void | ControlListBox_SetKeyDown () |
Set the event key down. | |
void | ControlListBox_SetKeyUp () |
Set the event key up. | |
void | ControlListBox_SetMouseMotion () |
Set the event mouse motion. | |
void | ControlListBox_SetMouseButtonDown () |
Set the event mouse button down. | |
void | ControlListBox_SetMouseButtonUp () |
Set the event mouse button up. | |
string | ControlListBox_GetName () |
Get the name. | |
int | ControlListBox_GetX () |
Get the X coordinate. | |
int | ControlListBox_GetY () |
Get the Y coordinate. | |
int | ControlListBox_GetWidth () |
Get the width. | |
int | ControlListBox_GetHeight () |
Get the height. | |
string | ControlListBox_GetBackStyle () |
Get the back style. | |
string | ControlListBox_GetAppearance () |
Get the appearance. | |
int | ControlListBox_GetBackColor () |
Get the back color. | |
ludata | ControlListBox_GetPicture () |
Get the picture. | |
bool | ControlListBox_GetEnable () |
Get the enable. | |
bool | ControlListBox_GetVisible () |
Get the visible. | |
void | ControlListBox_GetTransparency () |
Get the transparency. | |
string | ControlListBox_GetType () |
Get the type. | |
void | ControlListBox_SetPicture (string val) |
Set the picture. | |
void | ControlListBox_SetMousePointer (string val) |
Set the mouse pointer. | |
void | ControlListBox_SetMousePointer () |
Set the mouse pointer. | |
void | ControlListBox_SetEnable (bool val) |
Set the enable. | |
void | ControlListBox_SetVisible (bool val) |
Set the visible. | |
void | ControlListBox_SetTransparency (bool val) |
Set the transparency. |