Prepares a cell for editing.
[Visual Basic] Overrides Public Sub Edit( _ ByVal source As ListManager, _ ByVal rowNum As Integer, _ ByVal bounds As Rectangle, _ ByVal readOnly As Boolean, _ ByVal instantText As String, _ ByVal cellIsVisible As Boolean _ ) [C#] public override void Edit( ListManager source, int rowNum, Rectangle bounds, bool readOnly, string instantText, bool cellIsVisible ); [C++] public: override void Edit( ListManager* source, int rowNum, Rectangle bounds, bool readOnly, String* instantText, bool cellIsVisible ); [JScript] public override function Edit( source : ListManager, rowNum : int, bounds : Rectangle, readOnly : Boolean, instantText : String, cellIsVisible : Boolean );
The Edit sites a TextBox control on the grid at the location of the cell being edited. The method is called by the DataGrid class's BeginEdit method when an editing operation is about to begin.
DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace | DataGrid | DataGridColumn