Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, Validator val=null, string name=wxCheckBoxNameStr) | |
this (Window parent, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, Validator val=null, string name=wxCheckBoxNameStr) | |
bool | Create (Window parent, int id, string label, inout Point pos, inout Size size, int style, Validator val, string name) |
bool | Value () |
void | Value (bool value) |
bool | IsChecked () |
CheckBoxState | ThreeStateValue () |
void | ThreeStateValue (CheckBoxState value) |
bool | Is3State () |
bool | Is3rdStateAllowedForUser () |
void | Clicked_Add (EventListener value) |
void | Clicked_Remove (EventListener value) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
Public Attributes | |
const int | wxCHK_2STATE = 0x0000 |
const int | wxCHK_3STATE = 0x1000 |
const int | wxCHK_ALLOW_3RD_STATE_FOR_USER = 0x2000 |
const string | wxCheckBoxNameStr = "checkbox" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
this | ( | ) |
this | ( | Window | parent, | |
int | id, | |||
string | label, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = 0 , |
|||
Validator | val = null , |
|||
string | name = wxCheckBoxNameStr | |||
) |
this | ( | Window | parent, | |
string | label, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = 0 , |
|||
Validator | val = null , |
|||
string | name = wxCheckBoxNameStr | |||
) |
bool Create | ( | Window | parent, | |
int | id, | |||
string | label, | |||
inout Point | pos, | |||
inout Size | size, | |||
int | style, | |||
Validator | val, | |||
string | name | |||
) |
bool Value | ( | ) |
void Value | ( | bool | value | ) |
bool IsChecked | ( | ) |
CheckBoxState ThreeStateValue | ( | ) |
void ThreeStateValue | ( | CheckBoxState | value | ) |
bool Is3State | ( | ) |
bool Is3rdStateAllowedForUser | ( | ) |
void Clicked_Add | ( | EventListener | value | ) |
void Clicked_Remove | ( | EventListener | value | ) |
const int wxCHK_2STATE = 0x0000 |
const int wxCHK_3STATE = 0x1000 |
const int wxCHK_ALLOW_3RD_STATE_FOR_USER = 0x2000 |
const string wxCheckBoxNameStr = "checkbox" |