BCGControlBar Library for .NET
Highlighted Property (ToolbarGalleryButton)




Indicates a value whether the ToolbarGalleryButton has a highlighted state.
Syntax
'Declaration
 
Public Overrides Property Highlighted As Boolean
'Usage
 
Dim instance As ToolbarGalleryButton
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

ToolbarGalleryButton Class
ToolbarGalleryButton Members
Base Implementation in Highlighted

Send Feedback