ExtensionIcon Class

Spotfire 14.3 API Reference
Represents an icon shown for custom extensions in menus and toolbars.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExtensionExtensionIcon

Namespace:  Spotfire.Dxp.Application.Extension
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class ExtensionIcon : IDisposable

The ExtensionIcon type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromBytes
Creates an icon from image data bytes. The data must be in PNG format.
Public methodStatic memberFromStream
Creates an icon from a stream of image data. The data must be in PNG format.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5
See Also

Reference