Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, string label="", Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, Validator validator=null, string name=null) | |
this (Window parent, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, Validator validator=null, string name=null) | |
bool | Create (Window parent, int id, string label, Point pos, Size size, int style, Validator validator, string name) |
void | SetDefault () |
virtual void | ImageLabel (Bitmap value) |
virtual void | SetImageMargins (int x, int y) |
override void | Label (string value) |
void | Click_Add (EventListener value) |
void | Click_Remove (EventListener value) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
static Size | GetDefaultSize () |
Public Attributes | |
const int | wxBU_LEFT = 0x0040 |
const int | wxBU_TOP = 0x0080 |
const int | wxBU_RIGHT = 0x0100 |
const int | wxBU_BOTTOM = 0x0200 |
const int | wxBU_EXACTFIT = 0x0001 |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
this | ( | ) |
this | ( | Window | parent, | |
int | id, | |||
string | label = "" , |
|||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = 0 , |
|||
Validator | validator = null , |
|||
string | name = null | |||
) |
this | ( | Window | parent, | |
string | label, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = 0 , |
|||
Validator | validator = null , |
|||
string | name = null | |||
) |
bool Create | ( | Window | parent, | |
int | id, | |||
string | label, | |||
Point | pos, | |||
Size | size, | |||
int | style, | |||
Validator | validator, | |||
string | name | |||
) |
void SetDefault | ( | ) |
static Size GetDefaultSize | ( | ) | [static] |
virtual void ImageLabel | ( | Bitmap | value | ) |
virtual void SetImageMargins | ( | int | x, | |
int | y | |||
) |
override void Label | ( | string | value | ) |
Reimplemented from Control.
void Click_Add | ( | EventListener | value | ) |
void Click_Remove | ( | EventListener | value | ) |
const int wxBU_LEFT = 0x0040 |
const int wxBU_TOP = 0x0080 |
const int wxBU_RIGHT = 0x0100 |
const int wxBU_BOTTOM = 0x0200 |
const int wxBU_EXACTFIT = 0x0001 |