Prepares the cell for editing, passing the specified TBD, row number, Rectangle, argument indicating whether the column is read-only, and the text to display in the new control.
[Visual Basic] Overloads Overridable Public Sub Edit( _ ByVal source As ListManager, _ ByVal rowNum As Integer, _ ByVal bounds As Rectangle, _ ByVal readOnly As Boolean, _ ByVal instantText As String _ ) [C#] public virtual void Edit( ListManager source, int rowNum, Rectangle bounds, bool readOnly, string instantText ); [C++] public: virtual void Edit( ListManager* source, int rowNum, Rectangle bounds, bool readOnly, String* instantText ); [JScript] public function Edit( source : ListManager, rowNum : int, bounds : Rectangle, readOnly : Boolean, instantText : String );
Typically, Edit sites a control onto the grid at the location of the cell being edited.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace | DataGridColumn.Edit Overload List