Called when the
Grid needs to know whether the
Cell is editable.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected virtual UITypeEditor OnCellEditor(
Cell cell,
UITypeEditor editor,
ref bool editable
) |
Visual Basic |
---|
Protected Overridable Function OnCellEditor (
cell As Cell,
editor As UITypeEditor,
ByRef editable As Boolean
) As UITypeEditor |
Visual C++ |
---|
protected:
virtual UITypeEditor^ OnCellEditor(
Cell^ cell,
UITypeEditor^ editor,
bool% editable
) |
F# |
---|
abstract OnCellEditor :
cell : Cell *
editor : UITypeEditor *
editable : bool byref -> UITypeEditor
override OnCellEditor :
cell : Cell *
editor : UITypeEditor *
editable : bool byref -> UITypeEditor |
Parameters
- cell
- Type: Dapfor.Net.Ui..::..Cell
The cell.
- editor
- Type: System.Drawing.Design..::..UITypeEditor
The editor.
- editable
- Type: System..::..Boolean%
if set to true, the Cell is editable.
Return Value
Type:
UITypeEditor
Editor, needed to edit the
CellSee Also