C# 클래스 SystemImageList.SysImageListHelper

Helper Methods for Connecting SysImageList to Common Controls
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
SetListViewImageList ( ListView listView, SysImageList sysImageList, bool forStateImages ) : void

Associates a SysImageList with a ListView control

비공개 메소드들

메소드 설명
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr

메소드 상세

SetListViewImageList() 공개 정적인 메소드

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
리턴 void