The EditableTextBlock type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EditableTextBlock |
Initializes a new instance of the EditableTextBlock class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| IsInEditModeProperty |
Identifies the IsInEditMode property.
|
Properties
| Name | Description | |
|---|---|---|
| IsInEditMode |
Gets or sets whether the EditableTextBlock is in edit mode.
This is a dependency property.
|