Метод | Описание | |
---|---|---|
GetFileIcon ( string name, IconSize size, bool linkOverlay ) : |
Returns an icon for a given file - indicated by the name parameter.
|
|
GetFolderIcon ( IconSize size, FolderType folderType ) : |
Used to access system folder icons.
|
public static GetFileIcon ( string name, IconSize size, bool linkOverlay ) : |
||
name | string | Pathname for file. |
size | IconSize | Large or small |
linkOverlay | bool | Whether to include the link icon |
Результат |
public static GetFolderIcon ( IconSize size, FolderType folderType ) : |
||
size | IconSize | Specify large or small icons. |
folderType | FolderType | Specify open or closed FolderType. |
Результат |