Version

ContextMenuManager Class Members

The following tables list the members exposed by ContextMenuManager.

Public Constructors
 NameDescription
Public ConstructorContextMenuManager ConstructorConstuctor  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyContextMenuReturns the underlying ContextMenu or ContextMenuStrip based on platform.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHighlightDisableItemsGets/sets whether disabled items will be appear highlight when the mouse moves over them.  
Public PropertyHighlightDisableItemsResolvedReturns the resolved value indicating whether disabled items are highlighted as the mouse moves over them.  
Public PropertyImageListReturns or sets the imagelist used to obtain the images for the menu items.  
Public PropertyImageSizeGets/sets the size of the image  
Public PropertyIsRightToLeftIndicates if the menu is oriented from right to left.  
Public PropertyManagerOverridden. Returns the ContextMenuManager to which this item belongs.  
Public PropertyMenuItems (Inherited from Infragistics.Win.IGControls.ContextMenuItemBase)
Public PropertyRightToLeftGets or sets a value indicating whether text displayed by the control is displayed from right to left.  
Public PropertyShowShortcutsGets/sets whether shortcuts are displayed in the context menu.  
Public PropertySourceControlGets the control that is displaying the shortcut menu.  
Public PropertyStyleReturns or sets the imagelist used to obtain the images for the menu items.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTouchMetricsEnabledGets/sets whether touch metrics are enabled in the context menu.  
Public PropertyZoomFactorThe zooom factor of the owner control, if it supports zooming.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodApplyToControlOverloaded. Applies the context menu to a control  
Public Methodstatic (Shared in Visual Basic)AssignEmptyWindowsFormsContextMenuFor Infragistics Internal Use Only  
Public Methodstatic (Shared in Visual Basic)ClearWindowsFormsContextMenuFor Infragistics Internal Use Only  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)CreateSeparatorCreates a separator item  
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public Methodstatic (Shared in Visual Basic)GetContextMenuGet the context menu currently applied to a control.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)HasWindowsFormsContextMenuFor Infragistics Internal Use Only  
Public Methodstatic (Shared in Visual Basic)HasWindowsFormsMainMenuFor Infragistics Internal Use Only  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)IsWindowsFormsToolBarFor Infragistics Internal Use Only  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveFromControlIfNeededIf the specified control has this context menu applied, it will be removed (set to null).  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowOverloaded. Displays the shortcut menu at the specified position.  
Public Methodstatic (Shared in Visual Basic)ShowWindowsFormsContextMenuFor Infragistics Internal Use Only  
Public Methodstatic (Shared in Visual Basic)ToggleDividerPropertyFor Infragistics Internal Use Only  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnCollapse  
Protected MethodOnDisposeOverridden. Called when this object is Disposed of.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnPopupFire the Popup event. (Inherited from Infragistics.Win.IGControls.ContextMenuItemBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventCollapseOccurs before the shortcut menu is displayed.  
Public EventPopupOccurs before the shortcut menu is displayed. (Inherited from Infragistics.Win.IGControls.ContextMenuItemBase)
Public EventResolveOwnerStyledMenuAppearanceOccurs before the shortcut menu is displayed.  
Public EventResolveOwnerStyledMenuItemAppearanceOccurs before the shortcut menu is displayed.  
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also