DataGridTextBoxColumn::UpdateUI Method (CurrencyManager^, Int32, String^)
.NET Framework (current version)
Updates the user interface.
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
Available since 1.1
Show: