Table of Contents

Class InPlaceEditor

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

Supports editing Text in the Designer

public class InPlaceEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Inheritance
InPlaceEditor
Implements
Extension Methods

Constructors

InPlaceEditor(DesignItem)

/// Initializes a new instance of the InPlaceEditor class with specified parameter.

Fields

BindProperty

This property is binded to the Text Property of the editor.

Properties

Bind

Methods

AbortEditing()
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnKeyUp(KeyEventArgs)

Change is committed if the user releases the Escape Key.

OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)

Invoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

StartEditing()