Method | Description | |
---|---|---|
SetListViewImageList ( |
Associates a SysImageList with a ListView control
|
|
SetTreeViewImageList ( |
Associates a SysImageList with a TreeView control
|
Method | Description | |
---|---|---|
SendMessage ( |
public static SetListViewImageList ( |
||
listView | ListView control to associate ImageList with | |
sysImageList | System Image List to associate | |
forStateImages | bool | Whether to add ImageList as StateImageList |
return | void |
public static SetTreeViewImageList ( |
||
treeView | TreeView control to associated ImageList with | |
sysImageList | System Image List to associate | |
forStateImages | bool | Whether to add ImageList as StateImageList |
return | void |