Represents a control that can be used to display or edit unformatted text.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public class TextBox : TextBox, IDataControl, 
	IValueEditorControl
Visual Basic (Declaration)
Public Class TextBox _
	Inherits TextBox _
	Implements IDataControl, IValueEditorControl

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
                  DlhSoft.Windows.Controls..::.TextBox

See Also