Reference Library
Enabled Property
NamespacesSanibelLogicClientTimeEnabled
Indicates whether this ASP.NET custom control is Enabled.
Declaration Syntax
C#Visual BasicVisual C++
[BindableAttribute(true)]
public bool Enabled{ get; set;}
<BindableAttribute(True)> _
Public Property Enabled As Boolean
[BindableAttribute(true)]
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}

Assembly: SanibelLogic.ClientTime (Module: SanibelLogic.ClientTime)