C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1TargetCompositeControlBase Class / Enabled Property

In This Topic
Enabled Property (C1TargetCompositeControlBase)
In This Topic
Gets or sets a value indicating whether the Web server control is enabled.
Syntax
'Declaration
 
Public Overrides Property Enabled As System.Boolean
 

Property Value

true if control is enabled; otherwise, false. The default is true.
See Also