AutoSelectTextBox Class
See Also  Members  
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace : AutoSelectTextBox Class

Represents a text box whose content is selected when it receives the focus as well as performs automatic focus navigation when the caret reaches the extremities of the text range.

Syntax

Visual Basic (Declaration) 
Public Class AutoSelectTextBox 
   Inherits TextBox
   Implements ISupportInitializeITextBoxViewHostIFrameworkInputElementIInputElementIAddChildIHaveResourcesIAnimatableDUCE.IResource 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.TextBox
                           Xceed.Wpf.Controls.AutoSelectTextBox
                              Xceed.Wpf.Controls.ValueRangeTextBox

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also