This is a check of properties to determine any errors made by the developer.

Namespace: System.Extensions.Web.UI.WebControls
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override bool ControlPropertiesValid()
Visual Basic
Protected Overrides Function ControlPropertiesValid As Boolean
Visual C++
protected:
virtual bool ControlPropertiesValid() override
F#
abstract ControlPropertiesValid : unit -> bool 
override ControlPropertiesValid : unit -> bool 

Return Value

Type: Boolean
True if the control properties are valid; otherwise, false.

See Also