BCGControlBar Library for .NET
IsPopupMenuOpened(Control) Method




A control to find a popup menu with open toolbar.
Specifies if any toolbar located on the specified control has an open popup menu. This specified control is a parent for the current toolbar as a rule.
Syntax
'Declaration
 
Public Overloads Shared Function IsPopupMenuOpened( _
   ByVal parentForm As Control _
) As Boolean
'Usage
 
Dim parentForm As Control
Dim value As Boolean
 
value = Toolbar.IsPopupMenuOpened(parentForm)
public static bool IsPopupMenuOpened( 
   Control parentForm
)
public: static bool IsPopupMenuOpened( 
   Control* parentForm
) 
public:
static bool IsPopupMenuOpened( 
   Control^ parentForm
) 

Parameters

parentForm
A control to find a popup menu with open toolbar.
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
Overload List

Send Feedback