Version

GanttViewContextMenu Class Members

The following tables list the members exposed by GanttViewContextMenu.

Public Properties
 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDefaultItemsReturns a collection of GanttViewContextMenuItem instances which represents all items that are displayed by default when the context menu appears.  
Public PropertyHandleGets a value representing the window handle for the menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyHighlightDisableItems (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyHighlightDisableItemsResolved (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyImageList (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyImageSize (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyIsParentGets a value indicating whether this menu contains any menu items. This property is read-only. (Inherited from System.Windows.Forms.Menu)
Public PropertyMdiListItemGets a value indicating the System.Windows.Forms.MenuItem that is used to display a list of multiple document interface (MDI) child forms. (Inherited from System.Windows.Forms.Menu)
Public PropertyMenuItemsGets a value indicating the collection of System.Windows.Forms.MenuItem objects associated with the menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyNameGets or sets the name of the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyRightToLeftGets or sets a value indicating whether text displayed by the control is displayed from right to left. (Inherited from System.Windows.Forms.ContextMenu)
Public PropertyShowShortcuts (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySourceControlGets the control that is displaying the shortcut menu. (Inherited from System.Windows.Forms.ContextMenu)
Public PropertyStyle (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyStyleResolved (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyTagGets or sets user-defined data associated with the control. (Inherited from System.Windows.Forms.Menu)
Public PropertyTouchMetricsEnabled (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public PropertyZoomFactor (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Protected Properties
Public Methods
 NameDescription
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 MethodDisposeOverloaded. Overridden. Called when this instance is disposed of.  
Public MethodFindMenuItemGets the System.Windows.Forms.MenuItem that contains the value specified. (Inherited from System.Windows.Forms.Menu)
Public MethodGetContextMenuGets the System.Windows.Forms.ContextMenu that contains this menu. (Inherited from System.Windows.Forms.Menu)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetMainMenuGets the System.Windows.Forms.MainMenu that contains this menu. (Inherited from System.Windows.Forms.Menu)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodMergeMenuMerges the System.Windows.Forms.MenuItem objects of one menu with the current menu. (Inherited from System.Windows.Forms.Menu)
Public MethodResetImageSize (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public MethodShowOverloaded. Displays the shortcut menu at the specified position. (Inherited from System.Windows.Forms.ContextMenu)
Public MethodToStringReturns a System.String that represents the System.Windows.Forms.Menu control. (Inherited from System.Windows.Forms.Menu)
Protected Methods
 NameDescription
Protected MethodCreateMenuHandleCreates a new handle to the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodFindMergePositionReturns the position at which a menu item should be inserted into the menu. (Inherited from System.Windows.Forms.Menu)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnCollapseOverridden. Raises the Collapse event  
Protected MethodOnPopup (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Protected MethodOnResolveOwnerStyledMenuAppearance (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Protected MethodOnResolveOwnerStyledMenuItemAppearance (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Protected MethodShouldSerializeImageSize (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public Events
 NameDescription
Public EventCollapseOccurs when the shortcut menu collapses. (Inherited from System.Windows.Forms.ContextMenu)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPopupOccurs before the shortcut menu is displayed. (Inherited from System.Windows.Forms.ContextMenu)
Public EventResolveOwnerStyledMenuAppearance (Inherited from Infragistics.Win.IGControls.IGContextMenu)
Public EventResolveOwnerStyledMenuItemAppearance (Inherited from Infragistics.Win.IGControls.IGContextMenu)
See Also