BCGControlBar Library for .NET
PopupMenu Class
Members 




Inherits PopupFrame of  BCGSoft.ControlsBar namespace.  Represents the control on which the popup menu bar is located. This control is used in ContextMenuManager class, Toolbar  class, classes related to toolbar buttons, classes which has popup menu for different commands.
 In this class the appearance and the shadow for the popupmenu are painted.
Object Model
PopupMenu Class
Syntax
'Declaration
 
Public Class PopupMenu 
   Inherits PopupFrame
   Implements BCGSoft.Shared.ISupportCustomLayout 
'Usage
 
Dim instance As PopupMenu
public class PopupMenu : PopupFrame, BCGSoft.Shared.ISupportCustomLayout  
public __gc class PopupMenu : public PopupFrame, BCGSoft.Shared.ISupportCustomLayout  
public ref class PopupMenu : public PopupFrame, BCGSoft.Shared.ISupportCustomLayout  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  BCGSoft.ControlBars.PopupFrame
                     BCGSoft.ControlBars.PopupMenu
                        BCGSoft.ControlBars.Ribbon.MiniToolbarPopup

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

PopupMenu Members
BCGSoft.ControlBars Namespace

Send Feedback