SystemImageListHelper Class |
Namespace: Jam.Shell
The SystemImageListHelper type exposes the following members.
Name | Description | |
---|---|---|
SystemImageListHelper |
Creates a new instance of the SystemImageListHelper class.
| |
SystemImageListHelper(SystemImageListSize) |
Creates a new instance of the SystemImageListHelper class with the spcified image list size.
|
Name | Description | |
---|---|---|
ImageHeight | Gets the height of the image. | |
ImageWidth | Gets the width of the image. | |
InterpolationMode |
Get or set the Interpolation mode that the SystemImageListHelper will use
to render the Thumbnails. Change this property to optimize image rendering for quality or
speed.
| |
Size | Gets or sets the size. | |
SysImageList_Internal | Internal getter/setter for deriving classes. |
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.
|