| Win32ToolBarImageList Property | 
Gets or sets the collection of images available to the toolbar button controls.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic ImageList ImageList { get; set; }Public Property ImageList As ImageList
	Get
	Set
public:
property ImageList^ ImageList {
	ImageList^ get ();
	void set (ImageList^ value);
}member ImageList : ImageList with get, set
Return Value
ImageListAn 
ImageList that contains images available to the 
Win32ToolBarButton controls. The default is 
.
 See Also
See Also