The NumericTextBoxBase<(Of <(TNumber>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NumericTextBoxBase<(Of <(TNumber>)>) |
Initializes a new instance of the NumericTextBoxBase<(Of <(TNumber>)>) class.
|
Methods
| Name | Description | |
|---|---|---|
| EndInit |
Indicates that the initialization process for the element is complete.
(Overrides FilteringTextBoxBase..::.EndInit()()().) | |
| OnApplyTemplate |
Called by the framework when a template is applied to the control.
(Inherited from FilteringTextBoxBase.) | |
| OnGotKeyboardFocus |
Adds class handling for the GotKeyboardFocus event.
(Overrides UIElement..::.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs).) | |
| OnLostKeyboardFocus |
Adds class handling for the LostKeyboardFocus event.
(Overrides UIElement..::.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs).) | |
| OnPreviewKeyDown |
Overrides default handling for the PreviewKeyDown event.
(Overrides UIElement..::.OnPreviewKeyDown(KeyEventArgs).) | |
| OnPreviewMouseLeftButtonDown |
Adds class handling for the PreviewMouseLeftButtonDown event.
(Overrides UIElement..::.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs).) | |
| OnPreviewTextInput |
Overrides default handling for the PreviewTextInput event.
(Overrides UIElement..::.OnPreviewTextInput(TextCompositionEventArgs).) | |
| OnVisualParentChanged |
Invoked when the parent element of this UIElement reports a change to its underlying visual parent.
(Overrides FrameworkElement..::.OnVisualParentChanged(DependencyObject).) |
Fields
| Name | Description | |
|---|---|---|
| IsReadOnlyProperty |
Identifies the IsReadOnly property.
| |
| MaximumProperty |
Identifies the Maximum property.
| |
| MinimumProperty |
Identifies the Minimum property.
| |
| RangeConstraintModeProperty |
Identifies the RangeConstraintMode property.
| |
| SelectAllOnEntryProperty |
Identifies the SelectAllOnEntry property.
| |
| ShowSeparatorsProperty |
Identifies the ShowSeparators property.
| |
| ValueChangedEvent |
Identifies the ValueChanged routed event.
| |
| ValueProperty |
Identifies the Value property.
|
Properties
| Name | Description | |
|---|---|---|
| Culture |
Gets or sets the culture used for parsing and formatting of user input.
This is a dependency property.
(Inherited from FilteringTextBoxBase.) | |
| IsReadOnly |
Gets or sets whether the text box is read-only.
This is a dependency property.
| |
| Maximum |
Gets or sets the maximum value.
This is a dependency property.
| |
| Minimum |
Gets or sets the minimum value.
This is a dependency property.
| |
| RangeConstraintMode |
Gets or sets when the control enforces range (minimum and maximum) constraints.
This is a dependency property.
| |
| SelectAllOnEntry |
Gets or sets the whether the control should select all text when it gains focus.
This is a dependency property.
| |
| ShowSeparators |
Gets or sets whether to show group separators.
This is a dependency property.
| |
| Text |
Gets or sets the text displayed to represent the value.
This is a dependency property.
(Inherited from FilteringTextBoxBase.) | |
| TextAlignment |
Gets or sets the text alignment.
This is a dependency property.
(Inherited from FilteringTextBoxBase.) | |
| Value |
Gets or sets the numeric value.
This is a dependency property.
|
Events
| Name | Description | |
|---|---|---|
| ValueChanged |
Occurs when the Value changes.
|