TaskProvider.ImageList Property

Definition

Gets or sets the provider's image list (a list of icons for the tasks that belong to the provider).

public:
 property System::Windows::Forms::ImageList ^ ImageList { System::Windows::Forms::ImageList ^ get(); void set(System::Windows::Forms::ImageList ^ value); };
public System.Windows.Forms.ImageList ImageList { get; set; }
member this.ImageList : System.Windows.Forms.ImageList with get, set
Public Property ImageList As ImageList

Property Value

ImageList.

Applies to