StiSuperToolTipBitmapAttribute Constructor |
Creates a new attribute of the type StiSuperToolTipBitmapAttribute.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiSuperToolTipBitmapAttribute(
Type type,
string bitmapName
)
Public Sub New (
type As Type,
bitmapName As String
)
Parameters
- type
- Type: SystemType
Path to the SuperToolTip bitmap in resources. - bitmapName
- Type: SystemString
Component type to which a bitmap is assign to.
See Also