The FilteringTextBoxBase type exposes the following members.

Constructors

  NameDescription
FilteringTextBoxBase
Initializes a new instance of the FilteringTextBoxBase class.

Methods

  NameDescription
EndInit
Indicates that the initialization process for the element is complete.
(Overrides FrameworkElement..::.EndInit()()().)
OnApplyTemplate
Called by the framework when a template is applied to the control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)

Fields

  NameDescription
CultureProperty
Identifies the Culture property.
TextAlignmentProperty
Identifies the TextAlignment property.
TextProperty
Identifies the Text property.

Properties

  NameDescription
BorderBrushKey
Gets the ResourceKey for the brush used to draw text box borders.
Culture
Gets or sets the culture used for parsing and formatting of user input. This is a dependency property.
Text
Gets or sets the text displayed to represent the value. This is a dependency property.
TextAlignment
Gets or sets the text alignment. This is a dependency property.

See Also