Public Types | |
enum | { wxSB_HORIZONTAL = Orientation.wxHORIZONTAL, wxSB_VERTICAL = Orientation.wxVERTICAL } |
Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSB_HORIZONTAL, Validator validator=null, string name=wxScrollBarNameStr) | |
this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSB_HORIZONTAL, Validator validator=null, string name=wxScrollBarNameStr) | |
bool | Create (Window parent, int id, Point pos, Size size, int style, Validator validator, string name) |
int | ThumbPosition () |
void | ThumbPosition (int value) |
int | ThumbSize () |
int | PageSize () |
int | Range () |
bool | IsVertical () |
override void | SetScrollbar (int position, int thumbSize, int range, int pageSize, bool refresh) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
Public Attributes | |
const string | wxScrollBarNameStr = "scrollBar" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
this | ( | ) |
this | ( | Window | parent, | |
int | id, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxSB_HORIZONTAL , |
|||
Validator | validator = null , |
|||
string | name = wxScrollBarNameStr | |||
) |
this | ( | Window | parent, | |
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxSB_HORIZONTAL , |
|||
Validator | validator = null , |
|||
string | name = wxScrollBarNameStr | |||
) |
bool Create | ( | Window | parent, | |
int | id, | |||
Point | pos, | |||
Size | size, | |||
int | style, | |||
Validator | validator, | |||
string | name | |||
) |
int ThumbPosition | ( | ) |
void ThumbPosition | ( | int | value | ) |
int ThumbSize | ( | ) |
int PageSize | ( | ) |
int Range | ( | ) |
bool IsVertical | ( | ) |
override void SetScrollbar | ( | int | position, | |
int | thumbSize, | |||
int | range, | |||
int | pageSize, | |||
bool | refresh | |||
) |
Reimplemented from Window.
const string wxScrollBarNameStr = "scrollBar" |