C# Class BExplorer.Shell.SystemImageList

Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Private Properties

Свойство Type Description
InitializeImageLists void

Méthodes publiques

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

Private Methods

Méthode Description
InitializeImageLists ( ) : void

Method Details

DrawSmallImage() public static méthode

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

UseSystemImageList() public static méthode

public static UseSystemImageList ( ListView control ) : void
control System.Windows.Forms.ListView
Résultat void

UseSystemImageList() public static méthode

public static UseSystemImageList ( TreeView control ) : void
control System.Windows.Forms.TreeView
Résultat void