BCGControlBar Library for .NET
ContextMenuManager Class
Members 




Inherits Component class of System.ComponentModel namespace.  Manages a collection of the ContextMenu buttons that are typically used to show context menu. 

Object Model
ContextMenuManager ClassToolbarButtonCollection ClassToolbarButton Class
Syntax
'Declaration
 
Public Class ContextMenuManager 
   Inherits System.ComponentModel.Component
'Usage
 
Dim instance As ContextMenuManager
public class ContextMenuManager : System.ComponentModel.Component 
public __gc class ContextMenuManager : public System.ComponentModel.Component 
public ref class ContextMenuManager : public System.ComponentModel.Component 
Remarks

The PopupMenuItems property returns ToolbarButtonCollection reflects the collection of context menu buttons. For getting any button from this collection the user have to get a ToolbarButton from the collection by it’s index and convert it to the ContextMenuButton type. 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.ControlBars.ContextMenuManager

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

ContextMenuManager Members
BCGSoft.ControlBars Namespace

Send Feedback