DataGridTextBoxColumn::SetDataGridInColumn Method (DataGrid^)

 

Adds a TextBox control to the DataGrid control's Control::ControlCollection.

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

protected:
virtual void SetDataGridInColumn(
	DataGrid^ value
) override

Parameters

value
Type: System.Windows.Forms::DataGrid^

The DataGrid control the TextBox control is added to.

When this methods is called, the hosted TextBox control is added to the DataGrid control's Control::ControlCollection. This allows the CurrencyManager to associate both controls with the same data source.

.NET Framework
Available since 1.1
Return to top
Show: