C# Class SystemImageList.SysImageListHelper

Helper Methods for Connecting SysImageList to Common Controls
Mostra file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
SetListViewImageList ( ListView listView, SysImageList sysImageList, bool forStateImages ) : void

Associates a SysImageList with a ListView control

Private Methods

Method Description
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

SetListViewImageList() public static method

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
return void