C# 클래스 APG.CodeHelper.IconHelper.IconReader

Provides static methods to read system icons for both folders and files.
파일 보기 프로젝트 열기: UGTU/UGTUKadrProject 1 사용 예제들

공개 메소드들

메소드 설명
GetFileIcon ( string name, IconSize size, bool linkOverlay ) : Icon

Returns an icon for a given file - indicated by the name parameter.

GetFolderIcon ( IconSize size, FolderType folderType ) : Icon

Used to access system folder icons.

메소드 상세

GetFileIcon() 공개 정적인 메소드

Returns an icon for a given file - indicated by the name parameter.
public static GetFileIcon ( string name, IconSize size, bool linkOverlay ) : Icon
name string Pathname for file.
size IconSize Large or small
linkOverlay bool Whether to include the link icon
리턴 System.Drawing.Icon

GetFolderIcon() 공개 정적인 메소드

Used to access system folder icons.
public static GetFolderIcon ( IconSize size, FolderType folderType ) : Icon
size IconSize Specify large or small icons.
folderType FolderType Specify open or closed FolderType.
리턴 System.Drawing.Icon