The EditableTextBlock type exposes the following members.

Constructors

  NameDescription
EditableTextBlock
Initializes a new instance of the EditableTextBlock class.

Methods

  NameDescription
OnKeyDown
Called by the framework when the user presses a key.
(Overrides TextBoxBase..::.OnKeyDown(KeyEventArgs).)
OnLostFocus
Called by the framework when the control loses focus.
(Overrides TextBoxBase..::.OnLostFocus(RoutedEventArgs).)
OnMouseLeftButtonUp
Called by the framework when the user releases the left mouse button.
(Overrides UIElement..::.OnMouseLeftButtonUp(MouseButtonEventArgs).)

Fields

  NameDescription
IsInEditModeProperty
Identifies the IsInEditMode property.

Properties

  NameDescription
IsInEditMode
Gets or sets whether the EditableTextBlock is in edit mode. This is a dependency property.

See Also