wx.ListBox Class Reference

Inheritance diagram for wx.ListBox:

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

List of all members.

Public Member Functions

void Command (Event evt)
bool Create (Window parent, int id, Point pos, Size size, string[] choices, wx.WindowStyles style, string name)
void Deselect (int n)
void DeselectAll (int itemToLeaveSelected)
bool HasMultipleSelection ()
void InsertItems (string[] items, int pos)
 ListBox (Window parent, Point pos, Size size, string[] choices, wx.WindowStyles style, string name)
 ListBox (Window parent, Point pos, Size size, string[] choices, wx.WindowStyles style)
 ListBox (Window parent, Point pos, Size size, string[] choices)
 ListBox (Window parent, Point pos, Size size)
 ListBox (Window parent, Point pos)
 ListBox (Window parent)
 ListBox (Window parent, int id, Point pos, Size size, string[] choices, WindowStyles style, string name)
 ListBox (Window parent, int id, Point pos, Size size, string[] choices, WindowStyles style)
 ListBox (Window parent, int id, Point pos, Size size, string[] choices)
 ListBox (Window parent, int id, Point pos, Size size)
 ListBox (Window parent, int id, Point pos)
 ListBox (Window parent, int id)
 ListBox ()
 ListBox (IntPtr wxObject)
void Set (string[] items)
void Set (string[] items, ClientData[] data)
void SetFirstItem (wxString s)
void SetFirstItem (string s)
void SetFirstItem (int n)

Protected Member Functions

override void CallDTor ()

Properties

int[] Selections [get]
bool Sorted [get]

Events

event EventListener DoubleClick [add, remove]
event EventListener Select [add, remove]


Constructor & Destructor Documentation

wx.ListBox.ListBox ( IntPtr  wxObject  ) 

wx.ListBox.ListBox (  ) 

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

wx.ListBox.ListBox ( Window  parent,
int  id,
Point  pos 
)

wx.ListBox.ListBox ( Window  parent,
int  id,
Point  pos,
Size  size 
)

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

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

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

wx.ListBox.ListBox ( Window  parent  ) 

wx.ListBox.ListBox ( Window  parent,
Point  pos 
)

wx.ListBox.ListBox ( Window  parent,
Point  pos,
Size  size 
)

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

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

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


Member Function Documentation

override void wx.ListBox.CallDTor (  )  [protected, virtual]

This will be called by Dispose() to delete the C++ object. Overload this if you have to use another DTor.

Reimplemented from wx.Object.

void wx.ListBox.Command ( Event  evt  ) 

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

void wx.ListBox.Deselect ( int  n  ) 

void wx.ListBox.DeselectAll ( int  itemToLeaveSelected  ) 

bool wx.ListBox.HasMultipleSelection (  ) 

void wx.ListBox.InsertItems ( string[]  items,
int  pos 
)

void wx.ListBox.Set ( string[]  items  ) 

void wx.ListBox.Set ( string[]  items,
ClientData[]  data 
)

void wx.ListBox.SetFirstItem ( wxString  s  ) 

void wx.ListBox.SetFirstItem ( string  s  ) 

void wx.ListBox.SetFirstItem ( int  n  ) 


Property Documentation

int [] wx.ListBox.Selections [get]

bool wx.ListBox.Sorted [get]


Event Documentation

event EventListener wx.ListBox.DoubleClick [add, remove]

event EventListener wx.ListBox.Select [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