StiIconSetHelperGetIconSet Method |
Returns array of icon keys for specified Icon Set.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiIcon[] GetIconSet(
StiIconSet iconSet
)
Public Shared Function GetIconSet (
iconSet As StiIconSet
) As StiIcon()
Parameters
- iconSet
- Type: Stimulsoft.Report.ComponentsStiIconSet
Specified Icon Set.
Return Value
Type:
StiIconArray of icon keys.
See Also