BCGSoft.ControlBars Namespace : ContextMenuManager Class |
Inherits Component class of System.ComponentModel namespace. Manages a collection of the ContextMenu buttons that are typically used to show context menu.
'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
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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
BCGSoft.ControlBars.ContextMenuManager
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