C# Class BExplorer.Shell.SystemImageList

Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Private Properties

Property Type Description
InitializeImageLists void

Public Methods

Method Description
DrawSmallImage ( Graphics g, Point point, int imageIndex, bool selected ) : void
UseSystemImageList ( ListView control ) : void
UseSystemImageList ( TreeView control ) : void

Private Methods

Method Description
InitializeImageLists ( ) : void

Method Details

DrawSmallImage() public static method

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

UseSystemImageList() public static method

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

UseSystemImageList() public static method

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