BCGSoft.ControlBars Namespace > CommandBarManager Class : AfterShowPopupMenu Event |
'Declaration Public Event AfterShowPopupMenu As ShowPopupMenuHandler
'Usage Dim instance As CommandBarManager Dim handler As ShowPopupMenuHandler AddHandler instance.AfterShowPopupMenu, handler
public event ShowPopupMenuHandler AfterShowPopupMenu
public: __event ShowPopupMenuHandler* AfterShowPopupMenu
public: event ShowPopupMenuHandler^ AfterShowPopupMenu
The event handler receives an argument of type ShowPopupMenuEventArgs containing data related to this event. The following ShowPopupMenuEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
ParentButton | Returns the parent menu button for a popup menu to show. |
PopupBar | Returns a popup menu bar to show. |
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