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