|
Functions |
int | VScrollBar_GetLargeChange () |
| Get the large change.
|
int | VScrollBar_GetSmallChange () |
| Get the small change.
|
int | VScrollBar_GetMax () |
| Get the maximum value.
|
int | VScrollBar_GetMin () |
| Get the minimum value.
|
int | VScrollBar_GetValue () |
| Get the value.
|
void | VScrollBar_SetLargeChange (int val) |
| Set the large change.
|
void | VScrollBar_SetSmallChange (int val) |
| Set the small change.
|
void | VScrollBar_SetMax (int val) |
| Set the maximum value.
|
void | VScrollBar_SetMin (int val) |
| Set the minimum value.
|
void | VScrollBar_SetValue (int val) |
| Set the value.
|
void | VScrollBar_SetAppearance (string themescroll, string skinscroll) |
| Set the appearance.
|
void | VScrollBar_SetAppearance (string themescroll, string skinscroll, string themebutton, string skinbutton) |
| Set the appearance.
|
void | VScrollBar_SetAppearance (string theme, string skinbox, string skinbutton) |
| Set the appearance.
|
void | VScrollBar_SetX (int val) |
| Set the X coordinate.
|
void | VScrollBar_SetY (int val) |
| Set the Y coordinate.
|
void | VScrollBar_SetWidth (int val) |
| Set the width.
|
void | VScrollBar_SetHeight (int val) |
| Set the height.
|
void | VScrollBar_SetRect (int x, int y, int w, int h) |
| Set the rect.
|
void | VScrollBar_SetBackStyle (string val) |
| Set the back style.
|
void | VScrollBar_SetBackStyle (int val) |
| Set the back style.
|
void | VScrollBar_SetBackColor (int val) |
| Set the back color.
|
void | VScrollBar_SetBackColor (int scroll, int button) |
| Set the back color.
|