Table of Contents

Class InPlaceEditorExtension

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Extends In-Place editor to edit any text in the designer which is wrapped in the Visual tree under TexBlock

[ExtensionFor(typeof(TextBlock))]
public class InPlaceEditorExtension : PrimarySelectionAdornerProvider
Inheritance
InPlaceEditorExtension

Constructors

InPlaceEditorExtension()

Initializes a new instance of the InPlaceEditorExtension class with default settings.

Methods

AbortEdit()

Aborts the editing. This aborts the underlying change group of the editor

OnInitialized()

Is called after the ExtendedItem was set. This methods displays the registered adorners

OnRemove()

Is called when the extension is removed. This method hides the registered adorners.

StartEdit()

Starts editing once again. This aborts the underlying change group of the editor