Functions | |
bool | Dialog_IsCursorOver () |
Is the mouse cursor over the control. | |
void | Dialog_GetFocus () |
Get the focus. | |
void | Dialog_SetKeyDown () |
Set the event key down. | |
void | Dialog_SetKeyUp () |
Set the event key up. | |
void | Dialog_SetMouseMotion () |
Set the event mouse motion. | |
void | Dialog_SetMouseButtonDown () |
Set the event mouse button down. | |
void | Dialog_SetMouseButtonUp () |
Set the event mouse button up. | |
string | Dialog_GetName () |
Get the name. | |
int | Dialog_GetX () |
Get the X coordinate. | |
int | Dialog_GetY () |
Get the Y coordinate. | |
int | Dialog_GetWidth () |
Get the width. | |
int | Dialog_GetHeight () |
Get the height. | |
string | Dialog_GetBackStyle () |
Get the back style. | |
string | Dialog_GetAppearance () |
Get the appearance. | |
int | Dialog_GetBackColor () |
Get the back color. | |
ludata | Dialog_GetPicture () |
Get the picture. | |
bool | Dialog_GetEnable () |
Get the enable. | |
bool | Dialog_GetVisible () |
Get the visible. | |
void | Dialog_GetTransparency () |
Get the transparency. | |
string | Dialog_GetType () |
Get the type. | |
void | Dialog_SetPicture (string val) |
Set the picture. | |
void | Dialog_SetMousePointer (string val) |
Set the mouse pointer. | |
void | Dialog_SetMousePointer () |
Set the mouse pointer. | |
void | Dialog_SetEnable (bool val) |
Set the enable. | |
void | Dialog_SetVisible (bool val) |
Set the visible. | |
void | Dialog_SetTransparency (bool val) |
Set the transparency. |