TokenizingTextBox.SelectedTokenText Property
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.
Gets the complete text value of any selection in the control. The result is the same text as would be copied to the clipboard.
public string SelectedTokenText { get; }
member this.SelectedTokenText : string
Public ReadOnly Property SelectedTokenText As String