ComboBox Class Reference

Inheritance diagram for ComboBox:

Control Window EvtHandler wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, string value="", Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int style=0, Validator val=null, string name=wxComboBoxNameStr)
 this (Window parent)
 this (Window parent, string value="", Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int style=0, Validator val=null, string name=wxComboBoxNameStr)
bool Create (Window parent, int id, string value, Point pos, Size size, string[] choices, int style, Validator validator, string name)
int Selection ()
void Selection (int value)
string StringSelection ()
void StringSelection (string value)
int Count ()
string GetString (int n)
ClientData GetClientData (int n)
void SetClientData (int n, ClientData data)
int FindString (string str)
void Delete (int n)
void Clear ()
void Append (string item)
void Append (string item, ClientData data)
void Copy ()
void Cut ()
void Paste ()
int InsertionPoint ()
void InsertionPoint (int value)
void SetInsertionPointEnd ()
int GetLastPosition ()
void Replace (int from, int to, string value)
void SetSelection (int from, int to)
void SetSelection (int n)
void Editable (bool value)
void Remove (int from, int to)
string Value ()
void Value (string value)
void Select (int n)
void Selected_Add (EventListener value)
void Selected_Remove (EventListener value)

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const int wxCB_SIMPLE = 0x0004
const int wxCB_SORT = 0x0008
const int wxCB_READONLY = 0x0010
const int wxCB_DROPDOWN = 0x0020
const string wxComboBoxNameStr = "comboBox"


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this (  ) 

this ( Window  parent,
int  id,
string  value = "",
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
string[]  choices = null,
int  style = 0,
Validator  val = null,
string  name = wxComboBoxNameStr 
)

this ( Window  parent  ) 

this ( Window  parent,
string  value = "",
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
string[]  choices = null,
int  style = 0,
Validator  val = null,
string  name = wxComboBoxNameStr 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

bool Create ( Window  parent,
int  id,
string  value,
Point  pos,
Size  size,
string[]  choices,
int  style,
Validator  validator,
string  name 
)

int Selection (  ) 

void Selection ( int  value  ) 

string StringSelection (  ) 

void StringSelection ( string  value  ) 

int Count (  ) 

string GetString ( int  n  ) 

ClientData GetClientData ( int  n  ) 

void SetClientData ( int  n,
ClientData  data 
)

int FindString ( string  str  ) 

void Delete ( int  n  ) 

void Clear (  ) 

void Append ( string  item  ) 

void Append ( string  item,
ClientData  data 
)

void Copy (  ) 

void Cut (  ) 

void Paste (  ) 

int InsertionPoint (  ) 

void InsertionPoint ( int  value  ) 

void SetInsertionPointEnd (  ) 

int GetLastPosition (  ) 

void Replace ( int  from,
int  to,
string  value 
)

void SetSelection ( int  from,
int  to 
)

void SetSelection ( int  n  ) 

void Editable ( bool  value  ) 

void Remove ( int  from,
int  to 
)

string Value (  ) 

void Value ( string  value  ) 

void Select ( int  n  ) 

void Selected_Add ( EventListener  value  ) 

void Selected_Remove ( EventListener  value  ) 


Member Data Documentation

const int wxCB_SIMPLE = 0x0004

const int wxCB_SORT = 0x0008

const int wxCB_READONLY = 0x0010

const int wxCB_DROPDOWN = 0x0020

const string wxComboBoxNameStr = "comboBox"


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