Version

ScrollContextMenuManager Class Members

The following tables list the members exposed by ScrollContextMenuManager.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyContextMenuReturns the underlying ContextMenu or ContextMenuStrip based on platform. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHighlightDisableItemsGets/sets whether disabled items will be appear highlight when the mouse moves over them. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyHighlightDisableItemsResolvedReturns the resolved value indicating whether disabled items are highlighted as the mouse moves over them. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyImageListReturns or sets the imagelist used to obtain the images for the menu items. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyImageSizeGets/sets the size of the image (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyIsDisposedReturns a flag indicating if the context menu has been disposed.  
Public PropertyIsRightToLeftIndicates if the menu is oriented from right to left. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyManagerReturns the ContextMenuManager to which this item belongs. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyMenuItems (Inherited from Infragistics.Win.IGControls.ContextMenuItemBase)
Public PropertyRightToLeftOverridden. Determines whether the context menu is aligned right to left.  
Public PropertyShowShortcutsGets/sets whether shortcuts are displayed in the context menu. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertySourceControlGets the control that is displaying the shortcut menu. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyStyleReturns or sets the imagelist used to obtain the images for the menu items. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTouchMetricsEnabledGets/sets whether touch metrics are enabled in the context menu. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public PropertyUltraScrollBarReturns the owning UltraScrollBar control.  
Public PropertyZoomFactorThe zooom factor of the owner control, if it supports zooming. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodApplyToControlApplies the context menu to a control (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveFromControlIfNeededIf the specified control has this context menu applied, it will be removed (set to null). (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowOverloaded. Displays the shortcut menu at the specified position. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
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 (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Protected MethodOnDisposeOverridden. Maintains if the context menu has already been disposed.  
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. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public EventPopupOccurs before the shortcut menu is displayed. (Inherited from Infragistics.Win.IGControls.ContextMenuItemBase)
Public EventResolveOwnerStyledMenuAppearanceOccurs before the shortcut menu is displayed. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public EventResolveOwnerStyledMenuItemAppearanceOccurs before the shortcut menu is displayed. (Inherited from Infragistics.Win.IGControls.ContextMenuManager)
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also