Edit

Share via


TokenizingTextBox.UpdateCurrentTextEdit(ITokenStringContainer) Method

Definition

Helper to change out the currently focused text element in the control.

protected void UpdateCurrentTextEdit (Microsoft.Toolkit.Uwp.UI.Controls.ITokenStringContainer edit);
member this.UpdateCurrentTextEdit : Microsoft.Toolkit.Uwp.UI.Controls.ITokenStringContainer -> unit
Protected Sub UpdateCurrentTextEdit (edit As ITokenStringContainer)

Parameters

edit
ITokenStringContainer

ITokenStringContainer element which is now the main edited text.

Applies to