Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on.
Public Function Validate ( _ checkAutoValidate As Boolean _ ) As Boolean
Dim instance As ContainerControl Dim checkAutoValidate As Boolean Dim returnValue As Boolean returnValue = instance.Validate(checkAutoValidate)
public bool Validate( bool checkAutoValidate )
public: bool Validate( bool checkAutoValidate )
public function Validate( checkAutoValidate : boolean ) : boolean
The Validate method validates the last child control that is not validated and its ancestors up through, but not including, the current container control. This overloaded version performs validation based on the following conditions:
If the checkAutoValidate parameter is true, validation always occurs for child controls that are not validated.
If the checkAutoValidate parameter is false, validation occurs only if the AutoValidate property of the control's parent is enabled.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98