Property | Type | Description | |
---|---|---|---|
BindProperty |
Method | Description | |
---|---|---|
AbortEditing ( ) : void | ||
InPlaceEditor ( DesignItem designItem ) : System | ||
OnApplyTemplate ( ) : void | ||
StartEditing ( ) : void |
Method | 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 |
Method | Description | |
---|---|---|
InPlaceEditor ( ) : System | ||
editor_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
public InPlaceEditor ( DesignItem designItem ) : System | ||
designItem | DesignItem | |
return | System |
protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
e | System.Windows.Input.KeyboardFocusChangedEventArgs | |
return | void |
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |
protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void | ||
e | System.Windows.Input.KeyboardFocusChangedEventArgs | |
return | void |