BCGControlBar Library for .NET
HideChain Method (ContextPopupMenuBar)




The last popup menus to be hidden.
Hides a chain of the popup menus.  Called by the framework when it is necessary to close a set of popup menus.
Syntax
'Declaration
 
Public Overrides Sub HideChain( _
   ByVal barLast As CommandBar _
) 
'Usage
 
Dim instance As ContextPopupMenuBar
Dim barLast As CommandBar
 
instance.HideChain(barLast)
public override void HideChain( 
   CommandBar barLast
)
public: void HideChain( 
   CommandBar* barLast
) override 
public:
void HideChain( 
   CommandBar^ barLast
) override 

Parameters

barLast
The last popup menus to be hidden.
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

ContextPopupMenuBar Class
ContextPopupMenuBar Members
Base Implementation in HideChain

Send Feedback