DataGridColumnStyle::Edit Method (CurrencyManager^, Int32, Rectangle, Boolean)

 

Prepares a cell for editing.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
virtual void Edit(
	CurrencyManager^ source,
	int rowNum,
	Rectangle bounds,
	bool readOnly
)

Parameters

source
Type: System.Windows.Forms::CurrencyManager^

The CurrencyManager for the DataGridColumnStyle.

rowNum
Type: System::Int32

The row number to edit.

bounds
Type: System.Drawing::Rectangle

The bounding 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.

Typically, the Edit method sites a control onto the grid at the location of the cell being edited.

.NET Framework
Available since 1.1
Return to top
Show: