Validates the specified non-DataGridView
form control.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- control
- Type: System.Windows.Forms Control
The control to validate; if it has not been registered with the add() method, it is simply ignored.
Return Value
True if the control validates; false otherwise.Remarks
See Also