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!

BaseValidator.ControlPropertiesValid

ControlPropertiesValid. Used to determine if the properties are valid so that validation is meaningful. Derived class should override this if some of their properties can get into a bad state.

[Visual Basic]
Overridable Protected Function ControlPropertiesValid() As Boolean
[C#]
protected virtual bool ControlPropertiesValid();
[C++]
protected: virtual bool ControlPropertiesValid();
[JScript]
protected function ControlPropertiesValid() : Boolean;

See Also

BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace