System.Windows.Forms.ToolBar.ImageList Property

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

Syntax

[System.ComponentModel.DefaultValue(null)]
public ImageList ImageList { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If you create an System.Windows.Forms.ImageList and assign it to the ToolBar.ImageList property, you can assign an image from the collection to the System.Windows.Forms.ToolBarButton controls by assigning the image's index value to the ToolBarButton.ImageIndex property of the toolbar button.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0