ISpellCheckProviderGetSuggestions Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxstring[] GetSuggestions(
ITextWord word
)
Function GetSuggestions (
word As ITextWord
) As String()
array<String^>^ GetSuggestions(
ITextWord^ word
)
abstract GetSuggestions :
word : ITextWord -> string[]
Parameters
- word
- Type: Kettic.AspNet.Controls.SpellITextWord
Return Value
Type:
String
See Also