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