StiSuperToolTipBitmapAttributeGetImagePath Method |
Returns a path to SuperToolTip image according to its type.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string GetImagePath(
Type type
)
Public Shared Function GetImagePath (
type As Type
) As String
Parameters
- type
- Type: SystemType
Component type.
Return Value
Type:
StringPath to Image.
See Also