C# Class ICSharpCode.WpfDesign.Designer.Controls.InPlaceEditor

Supports editing Text in the Designer
Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Свойство Type Description
BindProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
AbortEditing ( ) : void
InPlaceEditor ( DesignItem designItem ) : System
OnApplyTemplate ( ) : void
StartEditing ( ) : void

Méthodes protégées

Méthode Description
OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

Change is committed if the user releases the Escape Key.

OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void

Private Methods

Méthode Description
InPlaceEditor ( ) : System
editor_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

AbortEditing() public méthode

public AbortEditing ( ) : void
Résultat void

InPlaceEditor() public méthode

public InPlaceEditor ( DesignItem designItem ) : System
designItem DesignItem
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnGotKeyboardFocus() protected méthode

protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

OnKeyUp() protected méthode

Change is committed if the user releases the Escape Key.
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnLostKeyboardFocus() protected méthode

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
Résultat void

StartEditing() public méthode

public StartEditing ( ) : void
Résultat void

Property Details

BindProperty public_oe static_oe property

This property is binded to the Text Property of the editor.
public static DependencyProperty,System.Windows BindProperty
Résultat System.Windows.DependencyProperty