'Declaration Public Shared Sub SetIncludeSpellingSuggestions( _ ByVal element As TextBoxBase, _ ByVal value As Boolean _ )
'Usage Dim element As TextBoxBase Dim value As Boolean TextFieldAssist.SetIncludeSpellingSuggestions(element, value)
public static void SetIncludeSpellingSuggestions( TextBoxBase element, bool value )
Parameters
- element
- value