프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SuggestionListBoxStyleProperty |
메소드 | 설명 | |
---|---|---|
GetSpellingError ( ) : System.Windows.Controls.SpellingError |
Returns the SpellingError for the word at the current caret index, or null if the current word is not misspelled.
|
|
HideSuggestions ( ) : void |
Hides the list of suggestions and returns input focus to the input area. If the list of suggestions is not already displayed, nothing happens.
|
|
ShowSuggestions ( ) : void |
Shows the list of suggestions. If the current word is not misspelled this method does nothing.
|
메소드 | 설명 | |
---|---|---|
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Hides the list of suggestions.
|
|
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Shows/hides the list of suggestions.
|
|
OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void |
Ensures that the list of suggestions is hidden when the TextBox is resized.
|
|
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void |
Hides the list of suggestions if a spelling error no longer exists at the current caret location in the TextBox.
|
메소드 | 설명 | |
---|---|---|
ApplySelectedSuggestion ( ) : void | ||
AttemptToHideSuggestions ( ) : void | ||
AttemptToShowSuggestions ( ) : void | ||
FindBeginningOfCurrentWord ( ) : int | ||
FindClosestCharacterInCurrentWord ( ) : int | ||
FindEndOfCurrentWord ( ) : int | ||
OnSuggestionListBoxStyleChanged ( |
||
SmartTextBox ( ) : System | ||
suggestionList_IsKeyboardFocusWithinChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
suggestionList_ItemContainerGenerator_StatusChanged ( object sender, |
||
suggestionList_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
suggestionList_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void |
public GetSpellingError ( ) : System.Windows.Controls.SpellingError | ||
리턴 | System.Windows.Controls.SpellingError |
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
리턴 | void |
protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
리턴 | void |
protected OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void | ||
sizeInfo | System.Windows.SizeChangedInfo | |
리턴 | void |
protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void | ||
e | System.Windows.Controls.TextChangedEventArgs | |
리턴 | void |