Button Class Reference

Inheritance diagram for Button:

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 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


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  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 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

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  ) 


Member Data Documentation

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


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