C# Class SystemImageList.SysImageListHelper

Helper Methods for Connecting SysImageList to Common Controls
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
SetListViewImageList ( ListView listView, SysImageList sysImageList, bool forStateImages ) : void

Associates a SysImageList with a ListView control

Private Methods

Méthode Description
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

SetListViewImageList() public static méthode

Associates a SysImageList with a ListView control
public static SetListViewImageList ( ListView listView, SysImageList sysImageList, bool forStateImages ) : void
listView System.Windows.Forms.ListView ListView control to associate ImageList /// with
sysImageList SysImageList System Image List to associate
forStateImages bool Whether to add ImageList as /// StateImageList
Résultat void