The NumericTextBoxBase<(Of <(TNumber>)>) type exposes the following members.

Methods

  NameDescription
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).)

See Also