Represents a text box which automatically selects its content when the user clicks into the text box.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TextBox : TextBox
Visual Basic (Declaration)
Public Class TextBox _
	Inherits TextBox

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
                  Mindscape.WpfPropertyGrid..::.TextBox
                    Mindscape.WpfPropertyGrid..::.MaskedTextBox

See Also