프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SUPPRESS_NATIVE_UNDO_COMMAND | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnActivated | void | ||
OnPreviewCanExecuteHandler | void | ||
OnSelectionChanged | void | ||
OnTextChanged | void | ||
TextBox_IsVisibleChanged | void |
메소드 | 설명 | |
---|---|---|
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
SetCompletionMatchFunc ( Func |
||
SetCompletions ( string completions ) : void | ||
SetFocus ( ) : void | ||
TextEntryBackend ( ) : System |
메소드 | 설명 | |
---|---|---|
OnActivated ( object sender, System e ) : void | ||
OnPreviewCanExecuteHandler ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
OnSelectionChanged ( object s, |
||
OnTextChanged ( object s, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
TextBox_IsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
public SetCompletionMatchFunc ( Func |
||
matchFunc | Func |
|
리턴 | void |
public SetCompletions ( string completions ) : void | ||
completions | string | |
리턴 | void |