Sets the properties of the grammar button to start grammar check.
Namespace: Karamasoft.Html.UltimateSpellMVCAssembly: UltimateSpellMVC (in UltimateSpellMVC.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public UltimateSpellCreator GrammarButton( Action<SpellButtonCreator> action ) |
| Visual Basic |
|---|
Public Function GrammarButton ( _ action As Action(Of SpellButtonCreator) _ ) As UltimateSpellCreator |
| Visual C++ |
|---|
public: UltimateSpellCreator^ GrammarButton( Action<SpellButtonCreator^>^ action ) |
Parameters
- action
- Type: System..::..Action<(Of <(<'SpellButtonCreator>)>)>
Action delegate to set the properties of the grammar button to start grammar check.