Functions | |
void | ComboBox_GetFocus () |
Get the focus. | |
void | ComboBox_SetKeyDown () |
Set the event key down. | |
void | ComboBox_SetKeyUp () |
Set the event key up. | |
void | ComboBox_SetMouseMotion () |
Set the event mouse motion. | |
void | ComboBox_SetMouseButtonDown () |
Set the event mouse button down. | |
void | ComboBox_SetMouseButtonUp () |
Set the event mouse button up. | |
string | ComboBox_GetName () |
Get the name. | |
int | ComboBox_GetX () |
Get the X coordinate. | |
int | ComboBox_GetY () |
Get the Y coordinate. | |
int | ComboBox_GetWidth () |
Get the width. | |
int | ComboBox_GetHeight () |
Get the height. | |
string | ComboBox_GetBackStyle () |
Get the back style. | |
string | ComboBox_GetAppearance () |
Get the appearance. | |
int | ComboBox_GetBackColor () |
Get the back color. | |
ludata | ComboBox_GetPicture () |
Get the picture. | |
ludata | ComboBox_GetMousePointer () |
Get the mouse pointer. | |
bool | ComboBox_GetEnable () |
Get the enable. | |
bool | ComboBox_GetVisible () |
Get the visible. | |
void | ComboBox_GetTransparency () |
Get the transparency. | |
string | ComboBox_GetType () |
Get the type. | |
void | ComboBox_SetPicture (string val) |
Set the picture. | |
void | ComboBox_SetMousePointer (string val) |
Set the mouse pointer. | |
void | ComboBox_SetMousePointer () |
Set the mouse pointer. | |
void | ComboBox_SetEnable (bool val) |
Set the enable. | |
void | ComboBox_SetVisible (bool val) |
Set the visible. | |
void | ComboBox_SetTransparency (bool val) |
Set the transparency. |