BCGControlBar Library for .NET
ChangeHighlightedButton Method (CommandBar)




A button to highlight.
Called by the framework to highlight the specified button. This function has no default implementation, you should override it in the derived class.
Syntax
'Declaration
 
Public Overridable Sub ChangeHighlightedButton( _
   ByVal button As ToolbarButton _
) 
'Usage
 
Dim instance As CommandBar
Dim button As ToolbarButton
 
instance.ChangeHighlightedButton(button)
public virtual void ChangeHighlightedButton( 
   ToolbarButton button
)
public: virtual void ChangeHighlightedButton( 
   ToolbarButton* button
) 
public:
virtual void ChangeHighlightedButton( 
   ToolbarButton^ button
) 

Parameters

button
A button to highlight.
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

CommandBar Class
CommandBar Members

Send Feedback