Component that enables extending the title bar of custom visuals and visualizations.
Inheritance Hierarchy
SystemMarshalByRefObject
System.ComponentModelComponent
Spotfire.Dxp.Forms.ComponentsTitleBarExtension
Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[DefaultEventAttribute("PopulateFeaturesMenu")] public sealed class TitleBarExtension : Component
The TitleBarExtension type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TitleBarExtension | Initializes a new TitleBarExtension instance. | |
| TitleBarExtension(IContainer) | Initializes a new TitleBarExtension 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.) | |
| Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| 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 |
Initalizes this component.
| |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| PerformPopulateTitleBar | Raises the PopulateTitleBar event. Used for explicitly re-populating the title bar. | |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Events
| Name | Description | |
|---|---|---|
| EditProperties | Occurs when Properties is requested for the hosting CustomVisual.
| |
| HelpRequested | Occurs when Help is requested for the hosting CustomVisual.
| |
| PopulateFeaturesMenu | Occurs when the visualization features menu is requested for the hosting
CustomVisual.
| |
| PopulateTitleBar | Occurs when the visualization title bar is updated. Note: This may
happen at any time; always use the current state of the hosting CustomVisual.
|
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also