StiIconSetHelperGetIcons Method |
Returns aray of icon images for specified Icon Set.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static Image[] GetIcons(
StiIconSet iconSet
)
Public Shared Function GetIcons (
iconSet As StiIconSet
) As Image()
Parameters
- iconSet
- Type: Stimulsoft.Report.ComponentsStiIconSet
Specified Icon Set.
Return Value
Type:
ImageArray of icon images.
See Also