MultilineTextEditor Class

The MultilineTextEditor provides an in-line multi-line text editor for a BindableProperty.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class MultilineTextEditor _
    Inherits TextBox
public class MultilineTextEditor : TextBox
public ref class MultilineTextEditor : public TextBox
public class MultilineTextEditor extends TextBox

Remarks

This may be applied to a String property on a ConfigurationElement with the EditorAttribute and specifying MultilineText for the EditorTypeName.

[Editor(CommonDesignTime.EditorTypes.MultilineText, CommonDesignTime.EditorTypes.FrameworkElement)]

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
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.MultilineTextEditor

See Also

MultilineTextEditor Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace