BCGControlBar Library for .NET
Highlighted Property (ToolbarTrackBarButton)




Indicates a value whether the ToolbarTrackBarButton has a highlighted state.
Syntax
'Declaration
 
Public Overrides Property Highlighted As Boolean
'Usage
 
Dim instance As ToolbarTrackBarButton
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;
}
Remarks
The highlighted state the TrackBarButton can get only if it is located on the popup menu.
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

ToolbarTrackBarButton Class
ToolbarTrackBarButton Members
Base Implementation in Highlighted

Send Feedback