DataGridTextBoxColumn.UpdateUI(CurrencyManager, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the user interface.
protected public:
override void UpdateUI(System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::String ^ instantText);
protected public:
override void UpdateUI(System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::String ^ displayText);
protected internal override void UpdateUI (System.Windows.Forms.CurrencyManager source, int rowNum, string instantText);
protected internal override void UpdateUI (System.Windows.Forms.CurrencyManager source, int rowNum, string displayText);
override this.UpdateUI : System.Windows.Forms.CurrencyManager * int * string -> unit
override this.UpdateUI : System.Windows.Forms.CurrencyManager * int * string -> unit
Protected Friend Overrides Sub UpdateUI (source As CurrencyManager, rowNum As Integer, instantText As String)
Protected Friend Overrides Sub UpdateUI (source As CurrencyManager, rowNum As Integer, displayText As String)
Parameters
- source
- CurrencyManager
The CurrencyManager that supplies the data.
- rowNum
- Int32
The index of the row to update.
- instantTextdisplayText
- String
The text to display in the cell.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET