'Declaration Public Overloads Function GetActiveSpellChecking( _ ByVal textBox As System.Windows.Forms.TextBoxBase _ ) As System.Boolean
public System.bool GetActiveSpellChecking( System.Windows.Forms.TextBoxBase textBox )
Parameters
- textBox
- System.Windows.Forms.TextBoxBase that will be monitored for spelling mistakes.
Return Value
True if spell-checking is enabled for the given control, false otherwise.