TokenizingTextBoxStyleSelector Class
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.
Windows.UI.Xaml.Controls.StyleSelector used by TokenizingTextBox to choose the proper TokenizingTextBoxItem container style (text entry or token).
public class TokenizingTextBoxStyleSelector : Windows.UI.Xaml.Controls.StyleSelector
type TokenizingTextBoxStyleSelector = class
inherit StyleSelector
Public Class TokenizingTextBoxStyleSelector
Inherits StyleSelector
- Inheritance
-
Windows.UI.Xaml.Controls.StyleSelectorTokenizingTextBoxStyleSelector
Constructors
TokenizingTextBoxStyleSelector() |
Initializes a new instance of the TokenizingTextBoxStyleSelector class. |
Properties
TextStyle |
Gets or sets the Windows.UI.Xaml.Style of a text entry item. |
TokenStyle |
Gets or sets the Windows.UI.Xaml.Style of a token item. |
Methods
SelectStyleCore(Object, DependencyObject) | Windows.UI.Xaml.Controls.StyleSelector.SelectStyleCore(System.Object,Windows.UI.Xaml.DependencyObject) |