C# Класс vbAccelerator.Components.ImageList.SysImageListHelper

Helper Methods for Connecting SysImageList to Common Controls
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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