Component that enables extending the visualization context menu.
Inheritance Hierarchy
SystemMarshalByRefObject
System.ComponentModelComponent
Spotfire.Dxp.Forms.ComponentsVisualizationContextMenu
Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[DefaultEventAttribute("Populate")] public sealed class VisualizationContextMenu : Component
The VisualizationContextMenu type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VisualizationContextMenu |
Initializes a new VisualizationContextMenu instance.
|
![]() | VisualizationContextMenu(IContainer) |
Initializes a new VisualizationContextMenu instance, and
adds it to the specified IContainer. |
Methods
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 MarshalByRefObject.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initializes the component with an owner and a model.
|
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | Show | Shows this context menu, upon raising Populate.
|
Properties
Name | Description | |
---|---|---|
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
Events
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | Populate | Occurs when the visualization context menu is about to be shown for the hosting
CustomVisual.
|
Version Information
See Also