C# 클래스 ICSharpCode.WpfDesign.Designer.Controls.InPlaceEditor

Supports editing Text in the Designer
상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BindProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AbortEditing ( ) : void
InPlaceEditor ( DesignItem designItem ) : System
OnApplyTemplate ( ) : void
StartEditing ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InPlaceEditor ( ) : System
editor_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

AbortEditing() 공개 메소드

public AbortEditing ( ) : void
리턴 void

InPlaceEditor() 공개 메소드

public InPlaceEditor ( DesignItem designItem ) : System
designItem DesignItem
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnGotKeyboardFocus() 보호된 메소드

protected OnGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
리턴 void

OnKeyUp() 보호된 메소드

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

OnLostKeyboardFocus() 보호된 메소드

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
리턴 void

StartEditing() 공개 메소드

public StartEditing ( ) : void
리턴 void

프로퍼티 상세

BindProperty 공개적으로 정적으로 프로퍼티

This property is binded to the Text Property of the editor.
public static DependencyProperty,System.Windows BindProperty
리턴 System.Windows.DependencyProperty