SystemImageListHelperGetIconAsBitmap(Int32) Method |
Returns the requested image of the system image list as bitmap.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic Bitmap GetIconAsBitmap(
int iconNumber
)
Public Function GetIconAsBitmap (
iconNumber As Integer
) As Bitmap
public:
Bitmap^ GetIconAsBitmap(
int iconNumber
)
member GetIconAsBitmap :
iconNumber : int -> Bitmap Parameters
- iconNumber Int32
- The index of the requested icon in the system image list.
Return Value
BitmapA bitmap of the requested icon.
See Also