Functions | |
bool | Panel_IsCursorOver () |
Is the mouse cursor over the control. | |
void | Panel_GetFocus () |
Get the focus. | |
void | Panel_SetKeyDown () |
Set the event key down. | |
void | Panel_SetKeyUp () |
Set the event key up. | |
void | Panel_SetMouseMotion () |
Set the event mouse motion. | |
void | Panel_SetMouseButtonDown () |
Set the event mouse button down. | |
void | Panel_SetMouseButtonUp () |
Set the event mouse button up. | |
string | Panel_GetName () |
Get the name. | |
int | Panel_GetX () |
Get the X coordinate. | |
int | Panel_GetY () |
Get the Y coordinate. | |
int | Panel_GetWidth () |
Get the width. | |
int | Panel_GetHeight () |
Get the height. | |
string | Panel_GetBackStyle () |
Get the back style. | |
string | Panel_GetAppearance () |
Get the appearance. | |
int | Panel_GetBackColor () |
Get the back color. | |
ludata | Panel_GetPicture () |
Get the picture. | |
bool | Panel_GetEnable () |
Get the enable. | |
bool | Panel_GetVisible () |
Get the visible. | |
bool | Panel_GetTransparency () |
Get the transparency. | |
string | Panel_GetType () |
Get the type. | |
void | Panel_SetName (string val) |
Set the name. | |
void | Panel_SetWidth (int val) |
Set the width. | |
void | Panel_SetHeight (int val) |
Set the height. | |
void | Panel_SetBackStyle (string val) |
Set the back style. | |
void | Panel_SetBackStyle (int val) |
Set the back style. | |
void | Panel_SetAppearance (string theme, string skin) |
Set the appearance. | |
void | Panel_SetBackColor (int val) |
Set the back color. | |
void | Panel_SetPicture (string val) |
Set the picture. | |
void | Panel_SetMousePointer (string val) |
Set the mouse pointer. | |
void | Panel_SetMousePointer () |
Set the mouse pointer. | |
void | Panel_SetEnable (bool val) |
Set the enable. | |
void | Panel_SetVisible (bool val) |
Set the visible. | |
void | Panel_SetTransparency (bool val) |
Set the transparency. |