BCGControlBar Library for .NET
Highlighted Property (SmartTrackBarButton)




Gets or sets the value telling whether the button is highlighted, or not.
Syntax
'Declaration
 
Public Overrides Property Highlighted As Boolean
'Usage
 
Dim instance As SmartTrackBarButton
Dim value As Boolean
 
instance.Highlighted = value
 
value = instance.Highlighted
public override bool Highlighted {get; set;}
public: __property bool get_Highlighted() override;
public: __property void set_Highlighted( 
   bool value
) override;
public:
property bool Highlighted {
   bool get() override;
   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

SmartTrackBarButton Class
SmartTrackBarButton Members
Base Implementation in Highlighted

Send Feedback