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