Click or drag to resize

StiSuperToolTipBitmapAttribute Class

Class describes an attribute that is used for assinging SuperToolTip bitmap to custom component.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Stimulsoft.ReportStiSuperToolTipBitmapAttribute

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiSuperToolTipBitmapAttribute : Attribute

The StiSuperToolTipBitmapAttribute type exposes the following members.

Constructors
  NameDescription
Public methodStiSuperToolTipBitmapAttribute
Creates a new attribute of the type StiSuperToolTipBitmapAttribute.
Top
Properties
  NameDescription
Public propertyBitmapName
Gets or sets a path to the SuperToolTip bitmap in resources.
Public propertyType
Gets or sets component type to which a bitmap is assign to.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetImage
Returns an SuperToolTip image of component type.
Public methodStatic memberGetImage(Type)
Returns a SuperToolTip image according to component type.
Public methodStatic memberGetImagePath
Returns a path to SuperToolTip image according to its type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also