Wimark.Controls Class Library  

DataGridView.CurrentEditor Property

Gets the Editor component hosted by the current cell, if the cell is in edit mode.

[Visual Basic]
Public ReadOnly Property CurrentEditor As Editor 
[C#]
public Editor CurrentEditor {get;}
[C++]
public: __property Editor* get_CurrentEditor();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridView Class | DataGridView Members | Wimark.Controls Namespace | Editor