Méthode | Description | |
---|---|---|
Invoke ( ) : void |
This method is executed when action is selected in the context menu.
|
|
SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel |
Constructor for spelling suggestions smart tag actions.
|
public SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel | ||
span | ITrackingSpan | Word to replace. |
replaceWith | string | Text to replace misspelled word with. |
enabled | bool | Enable/disable this action. |
Résultat | System.Collections.ObjectModel |