Click or drag to resize

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
)

Parameters

iconSet
Type: Stimulsoft.Report.ComponentsStiIconSet
Specified Icon Set.

Return Value

Type: Image
Array of icon images.
See Also