'Declaration Public Shared Function GetIncludeSpellingSuggestions( _ ByVal element As TextBoxBase _ ) As Boolean
'Usage Dim element As TextBoxBase Dim value As Boolean value = TextFieldAssist.GetIncludeSpellingSuggestions(element)
public static bool GetIncludeSpellingSuggestions( TextBoxBase element )
Parameters
- element