BCGControlBar Library for .NET
OnBeforeShowPopupMenu Method (Toolbar)




A ShowPopupMenuEventArgs that contains an event data.
Called by the framework before the PopupMenu will be shown. Manages by higlighting state of buttons from the toolbar and its subitems.
Syntax
'Declaration
 
Public Overrides Sub OnBeforeShowPopupMenu( _
   ByVal e As ShowPopupMenuEventArgs _
) 
'Usage
 
Dim instance As Toolbar
Dim e As ShowPopupMenuEventArgs
 
instance.OnBeforeShowPopupMenu(e)
public override void OnBeforeShowPopupMenu( 
   ShowPopupMenuEventArgs e
)
public: void OnBeforeShowPopupMenu( 
   ShowPopupMenuEventArgs* e
) override 
public:
void OnBeforeShowPopupMenu( 
   ShowPopupMenuEventArgs^ e
) override 

Parameters

e
A ShowPopupMenuEventArgs that contains an event data.
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
Base Implementation in OnBeforeShowPopupMenu

Send Feedback