The FilteringTextBoxBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FilteringTextBoxBase |
Initializes a new instance of the FilteringTextBoxBase class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| CultureProperty |
Identifies the Culture property.
| |
| TextAlignmentProperty |
Identifies the TextAlignment property.
| |
| TextProperty |
Identifies the Text property.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|