Validator Validate Method (Control)CleanCode C# Libraries v1.2.03 API
Validates the specified non-OnlineDataGridView form control.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool Validate(
	Control control
)

Parameters

control
Type: OnlineSystem.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

The validation criteria for the OnlineControl must be set in the Tag property of the Control. See the class discussion for details.
See Also