CheckBox Class Reference

Inheritance diagram for CheckBox:

Control Window EvtHandler wxObject IDisposable

List of all members.

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"


Constructor & Destructor Documentation

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 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

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  ) 


Member Data Documentation

const int wxCHK_2STATE = 0x0000

const int wxCHK_3STATE = 0x1000

const int wxCHK_ALLOW_3RD_STATE_FOR_USER = 0x2000

const string wxCheckBoxNameStr = "checkbox"


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:22 2009 for wxD by  doxygen 1.5.4