Functions | |
bool | VScrollBar_IsCursorOver () |
Is the mouse cursor over the control. | |
void | VScrollBar_GetFocus () |
Get the focus. | |
void | VScrollBar_SetKeyDown () |
Set the event key down. | |
void | VScrollBar_SetKeyUp () |
Set the event key up. | |
void | VScrollBar_SetMouseMotion () |
Set the event mouse motion. | |
void | VScrollBar_SetMouseButtonDown () |
Set the event mouse button down. | |
void | VScrollBar_SetMouseButtonUp () |
Set the event mouse button up. | |
string | VScrollBar_GetName () |
Get the name. | |
int | VScrollBar_GetX () |
Get the X coordinate. | |
int | VScrollBar_GetY () |
Get the Y coordinate. | |
int | VScrollBar_GetWidth () |
Get the width. | |
int | VScrollBar_GetHeight () |
Get the height. | |
string | VScrollBar_GetBackStyle () |
Get the back style. | |
string | VScrollBar_GetAppearance () |
Get the appearance. | |
int | VScrollBar_GetBackColor () |
Get the back color. | |
ludata | VScrollBar_GetPicture () |
Get the picture. | |
ludata | VScrollBar_GetMousePointer () |
Get the mouse pointer. | |
bool | VScrollBar_GetEnable () |
Get the enable. | |
bool | VScrollBar_GetVisible () |
Get the visible. | |
bool | VScrollBar_GetTransparency () |
Get the transparency. | |
string | VScrollBar_GetType () |
Get the type. | |
void | VScrollBar_SetPicture (string val) |
Set the picture. | |
void | VScrollBar_SetMousePointer (string val) |
Set the mouse pointer. | |
void | VScrollBar_SetMousePointer () |
Set the mouse pointer. | |
void | VScrollBar_SetEnable (bool val) |
Set the enable. | |
void | VScrollBar_SetVisible (bool val) |
Set the visible. | |
void | VScrollBar_SetTransparency (bool val) |
Set the transparency. |