Click or drag to resize

Win32ToolBarImageList Property

Gets or sets the collection of images available to the toolbar button controls.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public ImageList ImageList { get; set; }

Return Value

Type: ImageList
An ImageList that contains images available to the Win32ToolBarButton controls. The default is .
See Also