Method | Description | |
---|---|---|
AddFileIcon ( string filePath ) : int |
Called publicly to add a file's icon to the ImageList.
|
|
ClearLists ( ) : void |
Clears any
|
|
IconListManager ( System imageList, |
Creates an instance of
|
|
IconListManager ( System smallImageList, System largeImageList ) : System |
Creates an instance of IconListManager that will add icons to two
|
Method | Description | |
---|---|---|
AddExtension ( string Extension, int ImageListPosition ) : void |
Used internally, adds the extension to the hashtable, so that its value can then be returned.
|
public AddFileIcon ( string filePath ) : int | ||
filePath | string | Full path to the file. |
return | int |
public IconListManager ( System imageList, |
||
imageList | System | |
iconSize | Size to use (either 32 or 16 pixels). | |
return | System |
public IconListManager ( System smallImageList, System largeImageList ) : System | ||
smallImageList | System | The |
largeImageList | System | The |
return | System |