BCGControlBar Library for .NET
Enabled Property (SmartProgressBarButton)




Enables or disables the button.
Syntax
'Declaration
 
Public Overrides WriteOnly Property Enabled As Boolean
'Usage
 
Dim instance As SmartProgressBarButton
 
instance.Enabled = value
public override bool Enabled {set;}
public: __property void set_Enabled( 
   bool value
) override;
public:
property bool Enabled {
   void set (    bool value) override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartProgressBarButton Class
SmartProgressBarButton Members
Base Implementation in Enabled

Send Feedback