C# 클래스 vbAccelerator.Components.ImageList.SysImageListHelper

Helper Methods for Connecting SysImageList to Common Controls
파일 보기 프로젝트 열기: RevolutionSmythe/cairoshell 1 사용 예제들

공개 메소드들

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

Associates a SysImageList with a ListView control

SetTreeViewImageList ( TreeView treeView, SysImageList sysImageList, bool forStateImages ) : void

Associates a SysImageList with a TreeView 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

SetTreeViewImageList() 공개 정적인 메소드

Associates a SysImageList with a TreeView control
public static SetTreeViewImageList ( TreeView treeView, SysImageList sysImageList, bool forStateImages ) : void
treeView System.Windows.Forms.TreeView TreeView control to associated ImageList with
sysImageList SysImageList System Image List to associate
forStateImages bool Whether to add ImageList as StateImageList
리턴 void