VisualizationContextMenu Class

Spotfire 14.2 API Reference
Component that enables extending the visualization context menu.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Spotfire.Dxp.Forms.ComponentsVisualizationContextMenu

Namespace:  Spotfire.Dxp.Forms.Components
Assembly:  Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[DefaultEventAttribute("Populate")]
public sealed class VisualizationContextMenu : Component

The VisualizationContextMenu type exposes the following members.

Constructors

  NameDescription
Public methodVisualizationContextMenu
Initializes a new VisualizationContextMenu instance.
Public methodVisualizationContextMenu(IContainer)
Initializes a new VisualizationContextMenu instance, and adds it to the specified IContainer.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes the component with an owner and a model.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodShow
Shows this context menu, upon raising Populate.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Events

  NameDescription
Public eventPopulate
Occurs when the visualization context menu is about to be shown for the hosting CustomVisual.
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference