C# 클래스 BExplorer.Shell.SystemImageList

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeImageLists void

공개 메소드들

메소드 설명
DrawSmallImage ( Graphics g, Point point, int imageIndex, bool selected ) : void
UseSystemImageList ( ListView control ) : void
UseSystemImageList ( TreeView control ) : void

비공개 메소드들

메소드 설명
InitializeImageLists ( ) : void

메소드 상세

DrawSmallImage() 공개 정적인 메소드

public static DrawSmallImage ( Graphics g, Point point, int imageIndex, bool selected ) : void
g System.Drawing.Graphics
point Point
imageIndex int
selected bool
리턴 void

UseSystemImageList() 공개 정적인 메소드

public static UseSystemImageList ( ListView control ) : void
control System.Windows.Forms.ListView
리턴 void

UseSystemImageList() 공개 정적인 메소드

public static UseSystemImageList ( TreeView control ) : void
control System.Windows.Forms.TreeView
리턴 void