DataGridTextBoxColumn::UpdateUI Method (CurrencyManager^, Int32, String^)

 
Use BaseTrue

Updates the user interface.

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

public protected:
virtual void UpdateUI(
	CurrencyManager^ source,
	int rowNum,
	String^ displayText
) override

Parameters

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

The CurrencyManager that supplies the data.

rowNum
Type: System::Int32

The index of the row to update.

displayText
Type: System::String^

The text that will be displayed in the cell.

.NET Framework
Available since 1.1
Return to top
Show: