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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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