wx.ComboBox Class Reference

Inheritance diagram for wx.ComboBox:

wx.ControlWithItems wx.Control wx.Window wx.EvtHandler wx.Object

List of all members.

Public Member Functions

 ComboBox (Window parent, string value, Point pos, Size size, string[] choices, wx.WindowStyles style, string name)
 ComboBox (Window parent, string value, Point pos, Size size, string[] choices, wx.WindowStyles style)
 ComboBox (Window parent, string value, Point pos, Size size, string[] choices)
 ComboBox (Window parent)
 ComboBox (Window parent, int id, string value, Point pos, Size size, string[] choices, wx.WindowStyles style, string name)
 ComboBox (Window parent, int id, string value, Point pos, Size size, string[] choices, wx.WindowStyles style)
 ComboBox (Window parent, int id, string value, Point pos, Size size, string[] choices)
 ComboBox (Window parent, int id)
 ComboBox ()
 ComboBox (IntPtr wxObject)
void Copy ()
bool Create (Window parent, int id, string value, Point pos, Size size, string[] choices, wx.WindowStyles style, string name)
void Cut ()
int GetLastPosition ()
void Paste ()
void Remove (int from, int to)
void Replace (int from, int to, string value)
void Select (int n)
void SetInsertionPointEnd ()
void SetSelection (int from, int to)

Properties

bool Editable [set]
int InsertionPoint [get, set]
string Value [get, set]

Events

event EventListener Selected [add, remove]


Constructor & Destructor Documentation

wx.ComboBox.ComboBox ( IntPtr  wxObject  ) 

wx.ComboBox.ComboBox (  ) 

wx.ComboBox.ComboBox ( Window  parent,
int  id 
)

wx.ComboBox.ComboBox ( Window  parent,
int  id,
string  value,
Point  pos,
Size  size,
string[]  choices 
)

wx.ComboBox.ComboBox ( Window  parent,
int  id,
string  value,
Point  pos,
Size  size,
string[]  choices,
wx.WindowStyles  style 
)

Refer to prefix CB_ for especially applicable style flags.

wx.ComboBox.ComboBox ( Window  parent,
int  id,
string  value,
Point  pos,
Size  size,
string[]  choices,
wx.WindowStyles  style,
string  name 
)

Refer to prefix CB_ for especially applicable style flags.

wx.ComboBox.ComboBox ( Window  parent  ) 

wx.ComboBox.ComboBox ( Window  parent,
string  value,
Point  pos,
Size  size,
string[]  choices 
)

wx.ComboBox.ComboBox ( Window  parent,
string  value,
Point  pos,
Size  size,
string[]  choices,
wx.WindowStyles  style 
)

wx.ComboBox.ComboBox ( Window  parent,
string  value,
Point  pos,
Size  size,
string[]  choices,
wx.WindowStyles  style,
string  name 
)


Member Function Documentation

void wx.ComboBox.Copy (  ) 

bool wx.ComboBox.Create ( Window  parent,
int  id,
string  value,
Point  pos,
Size  size,
string[]  choices,
wx.WindowStyles  style,
string  name 
)

void wx.ComboBox.Cut (  ) 

int wx.ComboBox.GetLastPosition (  ) 

void wx.ComboBox.Paste (  ) 

void wx.ComboBox.Remove ( int  from,
int  to 
)

void wx.ComboBox.Replace ( int  from,
int  to,
string  value 
)

void wx.ComboBox.Select ( int  n  ) 

void wx.ComboBox.SetInsertionPointEnd (  ) 

void wx.ComboBox.SetSelection ( int  from,
int  to 
)

Refer to ControlWithItems for the method receiving only one index.


Property Documentation

bool wx.ComboBox.Editable [set]

int wx.ComboBox.InsertionPoint [get, set]

string wx.ComboBox.Value [get, set]


Event Documentation

event EventListener wx.ComboBox.Selected [add, remove]


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads