The following tables list the members exposed by IGContextMenu.
| Name | Description | |
|---|---|---|
|  | IGContextMenu Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Container | (Inherited from System.ComponentModel.Component) | 
|  | Handle | Gets a value representing the window handle for the menu. (Inherited from System.Windows.Forms.Menu) | 
|  | HighlightDisableItems | Gets/sets whether disabled items will be appear highlight when the mouse moves over them. | 
|  | HighlightDisableItemsResolved | Returns the resolved value indicating whether disabled items are highlighted as the mouse moves over them. | 
|  | ImageList | Returns or sets the imagelist used to obtain the images for the menu items. | 
|  | ImageSize | Gets/sets the size of the image | 
|  | IsParent | Gets a value indicating whether this menu contains any menu items. This property is read-only. (Inherited from System.Windows.Forms.Menu) | 
|  | MdiListItem | Gets 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) | 
|  | MenuItems | Gets a value indicating the collection of System.Windows.Forms.MenuItem objects associated with the menu. (Inherited from System.Windows.Forms.Menu) | 
|  | Name | Gets or sets the name of the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu) | 
|  | RightToLeft | Gets or sets a value indicating whether text displayed by the control is displayed from right to left. (Inherited from System.Windows.Forms.ContextMenu) | 
|  | ShowShortcuts | Gets/sets whether shortcuts are displayed in the context menu. | 
|  | Site | (Inherited from System.ComponentModel.Component) | 
|  | SourceControl | Gets the control that is displaying the shortcut menu. (Inherited from System.Windows.Forms.ContextMenu) | 
|  | Style | Returns or sets the style of the menu. | 
|  | StyleResolved | Returns the resolved menu style used to render the context menu. | 
|  | Tag | Gets or sets user-defined data associated with the control. (Inherited from System.Windows.Forms.Menu) | 
|  | TouchMetricsEnabled | Gets/sets whether touch metrics are enabled. | 
|  | ZoomFactor | The zooom factor of the owner control, if it supports zooming. | 
| Name | Description | |
|---|---|---|
|  | CanRaiseEvents | (Inherited from System.ComponentModel.Component) | 
|  | DesignMode | (Inherited from System.ComponentModel.Component) | 
|  | Events | (Inherited from System.ComponentModel.Component) | 
| Name | Description | |
|---|---|---|
|  | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | 
|  | Dispose | Overloaded. Overridden. Invoked when the context menu is being disposed. | 
|  | FindMenuItem | Gets the System.Windows.Forms.MenuItem that contains the value specified. (Inherited from System.Windows.Forms.Menu) | 
|  | GetContextMenu | Gets the System.Windows.Forms.ContextMenu that contains this menu. (Inherited from System.Windows.Forms.Menu) | 
|  | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | 
|  | GetMainMenu | Gets the System.Windows.Forms.MainMenu that contains this menu. (Inherited from System.Windows.Forms.Menu) | 
|  | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | 
|  | MergeMenu | Merges the System.Windows.Forms.MenuItem objects of one menu with the current menu. (Inherited from System.Windows.Forms.Menu) | 
|  | ResetImageSize | Resets the value of the ImageSize property to its default value | 
|  | Show | Overloaded. Displays the shortcut menu at the specified position. (Inherited from System.Windows.Forms.ContextMenu) | 
|  | ToString | Returns a System.String that represents the System.Windows.Forms.Menu control. (Inherited from System.Windows.Forms.Menu) | 
| Name | Description | |
|---|---|---|
|  | CreateMenuHandle | Creates a new handle to the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu) | 
|  | Finalize | (Inherited from System.ComponentModel.Component) | 
|  | FindMergePosition | Returns the position at which a menu item should be inserted into the menu. (Inherited from System.Windows.Forms.Menu) | 
|  | GetService | (Inherited from System.ComponentModel.Component) | 
|  | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | 
|  | OnPopup | Overridden. Invoked before the context menu is going to be displayed | 
|  | OnResolveOwnerStyledMenuAppearance | Used to invoke the ResolveOwnerStyledMenuAppearance event. | 
|  | OnResolveOwnerStyledMenuItemAppearance | Used to invoke the ResolveOwnerStyledMenuItemAppearance event. | 
|  | ShouldSerializeImageSize | Indicates if the ImageSize property needs to be serialized | 
| Name | Description | |
|---|---|---|
|  | Collapse | Occurs when the shortcut menu collapses. (Inherited from System.Windows.Forms.ContextMenu) | 
|  | Disposed | (Inherited from System.ComponentModel.Component) | 
|  | Popup | Occurs before the shortcut menu is displayed. (Inherited from System.Windows.Forms.ContextMenu) | 
|  | ResolveOwnerStyledMenuAppearance | Fired before the menu is drawn. | 
|  | ResolveOwnerStyledMenuItemAppearance | Fired before the menu item is drawn. |