Validates the last invalidated control and its ancestors up through, but not including, the current control.
[Visual Basic]
Public Function Validate() As Boolean
[C#]
public bool Validate();
[C++]
public: bool Validate();
[JScript]
public function Validate() : Boolean;
Return Value
true if validation is successful; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ContainerControl Class | ContainerControl Members | System.Windows.Forms Namespace