DataGridColumnStyle::Edit Method (CurrencyManager^, Int32, Rectangle, Boolean, String^, Boolean)
.NET Framework (current version)
When overridden in a deriving class, prepares a cell for editing.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: virtual void Edit( CurrencyManager^ source, int rowNum, Rectangle bounds, bool readOnly, String^ displayText, bool cellIsVisible ) abstract
Parameters
- source
-
Type:
System.Windows.Forms::CurrencyManager^
The CurrencyManager for the DataGridColumnStyle.
- rowNum
-
Type:
System::Int32
The row number in this column which is being edited.
- bounds
-
Type:
System.Drawing::Rectangle
The Rectangle in which the control is to be sited.
- readOnly
-
Type:
System::Boolean
A value indicating whether the column is a read-only. true if the value is read-only; otherwise, false.
- displayText
-
Type:
System::String^
The text to display in the control.
- cellIsVisible
-
Type:
System::Boolean
A value indicating whether the cell is visible. true if the cell is visible; otherwise, false.
Typically, the Edit method sites a control onto the grid at the location of the cell being edited.
.NET Framework
Available since 1.1
Available since 1.1
Show: