Class EditableTextBlock
public class EditableTextBlock : TextBlock, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IContentHost, IAddChild, IServiceProvider
- Inheritance
-
EditableTextBlock
- Implements
- Inherited Members
- Extension Methods
Constructors
EditableTextBlock()
public EditableTextBlock()
Fields
EditOnDoubleClickProperty
public static readonly DependencyProperty EditOnDoubleClickProperty
Field Value
IsInEditModeProperty
public static readonly DependencyProperty IsInEditModeProperty
Field Value
MaxLengthProperty
public static readonly DependencyProperty MaxLengthProperty
Field Value
Properties
EditOnDoubleClick
public bool EditOnDoubleClick { get; set; }
Property Value
IsInEditMode
public bool IsInEditMode { get; set; }
Property Value
MaxLength
public int MaxLength { get; set; }
Property Value
Methods
OnMouseDown(MouseButtonEventArgs)
protected override void OnMouseDown(MouseButtonEventArgs e)