共用方式為


ToolStrip.ImageList 屬性

定義

取得或設定包含物品上 ToolStrip 顯示圖片的圖片清單。

public:
 property System::Windows::Forms::ImageList ^ ImageList { System::Windows::Forms::ImageList ^ get(); void set(System::Windows::Forms::ImageList ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImageList ImageList { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImageList? ImageList { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ImageList : System.Windows.Forms.ImageList with get, set
Public Property ImageList As ImageList

屬性值

ImageList 類型的物件。

屬性

備註

Image這些 、 ImageAlignImageIndexImageKeyImageScaling 及 屬性涉及影像處理的各個面向。 在控制項中使用圖片 ToolStrip ,可直接設定這些屬性,或設定僅執行 ImageList 時的屬性。

影像縮放由 與 ToolStripItemToolStrip 的性質交互作用決定,具體如下:

適用於