wx.GridCtrl.Editors.GridCellEnumEditor Class Reference

Inheritance diagram for wx.GridCtrl.Editors.GridCellEnumEditor:

wx.GridCtrl.Editors.GridCellChoiceEditor wx.GridCtrl.Editors.GridCellEditor wx.GridCtrl.GridCellWorker wx.Object

List of all members.

Public Member Functions

override void BeginEdit (int row, int col, Grid grid)
override GridCellEditor Clone ()
override bool EndEdit (int row, int col, Grid grid)
 GridCellEnumEditor (IntPtr wxObject)
 GridCellEnumEditor (wxString choices)
 GridCellEnumEditor (string choices)
 GridCellEnumEditor (string[] choices)
 GridCellEnumEditor ()
new static IntPtr GridCellEnumEditor_GetWxClassInfo ()

Protected Member Functions

override void CallDTor ()


Detailed Description

Editor for an enumeration. Enumerations are specified either as comma separated list or as an array of strings. However, also this array will be passed to the renderer as comma separated list so avoid comma in items.

Constructor & Destructor Documentation

wx.GridCtrl.Editors.GridCellEnumEditor.GridCellEnumEditor (  ) 

wx.GridCtrl.Editors.GridCellEnumEditor.GridCellEnumEditor ( string[]  choices  ) 

wx.GridCtrl.Editors.GridCellEnumEditor.GridCellEnumEditor ( string  choices  ) 

Argument is a comma separated list of items.

wx.GridCtrl.Editors.GridCellEnumEditor.GridCellEnumEditor ( wxString  choices  ) 

Argument is a comma separated list of items.

wx.GridCtrl.Editors.GridCellEnumEditor.GridCellEnumEditor ( IntPtr  wxObject  ) 


Member Function Documentation

override void wx.GridCtrl.Editors.GridCellEnumEditor.BeginEdit ( int  row,
int  col,
Grid  grid 
) [virtual]

Reimplemented from wx.GridCtrl.Editors.GridCellChoiceEditor.

override void wx.GridCtrl.Editors.GridCellEnumEditor.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.GridCtrl.Editors.GridCellEditor.

override GridCellEditor wx.GridCtrl.Editors.GridCellEnumEditor.Clone (  )  [virtual]

Reimplemented from wx.GridCtrl.Editors.GridCellChoiceEditor.

override bool wx.GridCtrl.Editors.GridCellEnumEditor.EndEdit ( int  row,
int  col,
Grid  grid 
) [virtual]

Reimplemented from wx.GridCtrl.Editors.GridCellChoiceEditor.

new static IntPtr wx.GridCtrl.Editors.GridCellEnumEditor.GridCellEnumEditor_GetWxClassInfo (  ) 

Reimplemented from wx.GridCtrl.Editors.GridCellEditor.


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