BCGControlBar Library for .NET
ClearPopupMenuState Method




Called by the framework on closing any PopupMenu bar related to one of the button from the ToolBarButton collection. In default implementation this function sets the current popup menu as a null reference.

Syntax
'Declaration
 
Public Sub ClearPopupMenuState() 
'Usage
 
Dim instance As Toolbar
 
instance.ClearPopupMenuState()
public void ClearPopupMenuState()
public: void ClearPopupMenuState(); 
public:
void ClearPopupMenuState(); 
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

Toolbar Class
Toolbar Members

Send Feedback