| IContextMenuProvider Interface | 
Namespace: Internal.ComponentFactory.Krypton.Toolkit
 Syntax
Syntaxpublic interface IContextMenuProvider
The IContextMenuProvider type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | HasParentProvider | 
            Does this provider have a parent provider.
             | 
|  | ProviderCanCloseMenu | 
            Is context menu capable of being closed.
             | 
|  | ProviderCloseReason | 
            Sets the reason for the context menu being closed.
             | 
|  | ProviderEnabled | 
            Is the entire context menu enabled.
             | 
|  | ProviderImages | 
            Gets access to the context menu images.
             | 
|  | ProviderNeedPaintDelegate | 
            Gets a delegate used to indicate a repaint is required.
             | 
|  | ProviderPalette | 
            Gets access to the custom palette.
             | 
|  | ProviderPaletteMode | 
            Gets access to the palette mode.
             | 
|  | ProviderRedirector | 
            Gets access to the context menu redirector.
             | 
|  | ProviderShowHorz | 
            Gets and sets the horizontal setting used to position the menu.
             | 
|  | ProviderShowVert | 
            Gets and sets the vertical setting used to position the menu.
             | 
|  | ProviderStateChecked | 
            Gets access to the context menu checked state.
             | 
|  | ProviderStateCommon | 
            Gets access to the context menu common state.
             | 
|  | ProviderStateDisabled | 
            Gets access to the context menu disabled state.
             | 
|  | ProviderStateHighlight | 
            Gets access to the context menu highlight state.
             | 
|  | ProviderStateNormal | 
            Gets access to the context menu normal state.
             | 
|  | ProviderViewColumns | 
            Gets access to the layout for context menu columns.
             | 
|  | ProviderViewManager | 
            Gets access to the context menu specific view manager.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnClose | 
            Fires the Close event.
             | 
|  | OnClosing | 
            Fires the Closing event.
             | 
|  | OnDispose | 
            Fires the Closing event.
             | 
|  | ProviderShowSubMenuFixed | 
            Should the sub menu be shown at fixed screen location for this menu item.
             | 
|  | ProviderShowSubMenuFixedRect | 
            Should the sub menu be shown at fixed screen location for this menu item.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Close | 
            Raises the Close event.
             | 
|  | Closing | 
            Raises the Closing event.
             | 
|  | Dispose | 
            Raises the Dispose event.
             | 
 See Also
See Also