Wimark.Controls Class Library  

DataGridViewCell.ActivateCell Method

Activates the cell and returns the editor used to edit the cell value.

[Visual Basic]
Overridable Protected Function ActivateCell( _
   ByVal contentBounds As Rectangle, _
   ByVal selectAll As Boolean, _
   ByVal formattedValue As Object _
) As Editor 
[C#]
protected virtual Editor ActivateCell( 
   Rectangle contentBounds, 
   bool selectAll, 
   object formattedValue 
);
[C++]
protected: virtual Editor* ActivateCell( 
   Rectangle contentBounds, 
   bool selectAll, 
   Object* formattedValue 
);

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

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace