ContextMenuProvider Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class ContextMenuProvider : IContextMenuProvider
The ContextMenuProvider type exposes the following members.
Name | Description | |
---|---|---|
ContextMenuProvider(IContextMenuProvider, ViewContextMenuManager, ViewLayoutStack, NeedPaintHandler) |
Initialize a new instance of the ContextMenuProvider class.
| |
ContextMenuProvider(KryptonContextMenu, ViewContextMenuManager, ViewLayoutStack, IPalette, PaletteMode, PaletteRedirect, PaletteRedirectContextMenu, NeedPaintHandler, Boolean) |
Initialize a new instance of the ContextMenuProvider class.
| |
ContextMenuProvider(ViewContextMenuManager, ViewLayoutStack, IPalette, PaletteMode, PaletteContextMenuRedirect, PaletteContextMenuItemState, PaletteContextMenuItemState, PaletteContextMenuItemStateHighlight, PaletteContextMenuItemStateChecked, PaletteRedirect, PaletteRedirectContextMenu, NeedPaintHandler, Boolean) |
Initialize a new instance of the ContextMenuProvider class.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClose |
Fires the Close event.
| |
OnClosing |
Fires the Closing event.
| |
OnDispose |
Fires the Dispose 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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Close |
Raises the Close event.
| |
Closing |
Raises the Closing event.
| |
Dispose |
Raises the Dispose event.
|
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |