SystemImageListHelper Methods |
The SystemImageListHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| FetchIconAsync |
Fetches the icon asynchronously.
| |
| GetCheckboxBitmap |
Extracts the Checkbox state images for the checkbox functionality in the ShellBrowser Components.
| |
| GetFileIcon | Obsolete.
Returns the Icon for the specified filePath.
| |
| GetFileType(String) | Obsolete.
Returns the description text for the passed file extension
| |
| GetFileType(String, Boolean) | Obsolete. Returns the description text for the passed file extension. | |
| GetIconAsBitmap(Int32) |
Returns the requested image of the system image list as bitmap.
| |
| GetIconAsBitmap(Int32, Size, Color) |
Returns the requested image of the system image list as bitmap.
| |
| GetIconAsBitmap(Int32, Size, Color, Boolean) | Returns the requested image of the system image list as bitmap. | |
| GetIndexFromPath |
Returns the icon index for the passed file.
| |
| GetSpecialFolderIcon(EnvironmentSpecialFolder) |
Returns the icon index of the passed special folder.
| |
| GetSpecialFolderIcon(EnvironmentSpecialFolder, Boolean) |
Returns the icon index of the passed special folder.
| |
| ReplaceIconByThumbnail |
This method replaces a bitmap in the imagelist at the given index.
It paints images smaller than the thumbnail itself to the middle of the bitmap
by creating a resized image canvas and redrawing it.
| |
| SetSystemImageList(ListView) |
Assigns the system image list of Windows as image list to a ListView.
| |
| SetSystemImageList(TreeView) |
Assigns the system image list of Windows as image list to a TreeView.
| |
| SizeForViewState | Obsolete.
Gets the SystemImageListSize for the viewState.
|