NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContainerControl.Validate

Validates the last unvalidated control and it's ancestors up through (but not including) this.

[Visual Basic]
Public Function Validate() As Boolean
[C#]
public bool Validate();
[C++]
public: bool Validate();
[JScript]
public function Validate() : Boolean;

Return Value

Whether validation was successful.

See Also

ContainerControl Class | ContainerControl Members | System.WinForms Namespace