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.1
Syntax public 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
Type:
ImageListAn
ImageList that contains images available to the
Win32ToolBarButton controls. The default is
.
See Also