BCGControlBar Library for .NET
ShowPopupMenuEventArgs Class
Members 




Inherits System.ComponentModel.CancelEventArgs.

Provides data for the BeforeShowPopupMenu,  AfterShowPopupMenu cancelable  events of the CommandBarManager. The property PopupBar represents an instance of PopupMenuBar to show and the ParentButton property specifies the host ToolbarMenuButton of this PopupMenuBar.

Object Model
ShowPopupMenuEventArgs ClassToolbarMenuButton ClassPopupMenuBar Class
Syntax
'Declaration
 
Public Class ShowPopupMenuEventArgs 
   Inherits System.ComponentModel.CancelEventArgs
'Usage
 
Dim instance As ShowPopupMenuEventArgs
public class ShowPopupMenuEventArgs : System.ComponentModel.CancelEventArgs 
public __gc class ShowPopupMenuEventArgs : public System.ComponentModel.CancelEventArgs 
public ref class ShowPopupMenuEventArgs : public System.ComponentModel.CancelEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         BCGSoft.ControlBars.ShowPopupMenuEventArgs

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

ShowPopupMenuEventArgs Members
BCGSoft.ControlBars Namespace

Send Feedback