BCGControlBar Library for .NET
HideChain Method (CommandBar)




A last command bar in the chain to hide.
Makes a set of the related command bars invisible.
Syntax
'Declaration
 
Public Overridable Sub HideChain( _
   ByVal barLast As CommandBar _
) 
'Usage
 
Dim instance As CommandBar
Dim barLast As CommandBar
 
instance.HideChain(barLast)
public virtual void HideChain( 
   CommandBar barLast
)
public: virtual void HideChain( 
   CommandBar* barLast
) 
public:
virtual void HideChain( 
   CommandBar^ barLast
) 

Parameters

barLast
A last command bar in the chain to hide.
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