Click or drag to resize

SystemImageListHelperGetIconAsBitmap Method (Int32)

Returns the requested image of the system image list as bitmap.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public Bitmap GetIconAsBitmap(
	int iconNumber
)

Parameters

iconNumber
Type: SystemInt32
The index of the requested icon in the system image list.

Return Value

Type: Bitmap
A bitmap of the requested icon.
See Also