StiSuperToolTipBitmapAttributeGetImage Method (Type) |
Returns a SuperToolTip image according to component type.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static Bitmap GetImage(
Type type
)
Public Shared Function GetImage (
type As Type
) As Bitmap
Parameters
- type
- Type: SystemType
Component type.
Return Value
Type:
BitmapSuperToolTip image.
See Also