PowerWEB LiveControls for ASP.NET
Enabled Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : Enabled Property



Gets or sets a value indicating whether the Web server control is enabled.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Enabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C# 
public override bool Enabled {get; set;}
C++/CLI 
public:
property bool Enabled {
   bool get() override;
   void set (    bool value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.WebControl.Enabled.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.