Represents a text area that is read-only normally, but can be clicked to enable editing.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class EditableTextBlock : TextBox
Visual Basic
Public Class EditableTextBlock _
	Inherits TextBox
Visual C++
public ref class EditableTextBlock : public TextBox

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..TextBox
            Mindscape.SilverlightElements..::..EditableTextBlock

See Also