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 類型的物件。

屬性

備註

ImageImageAlignImageIndexImageKeyImageScaling 屬性與影像處理的各個層面有關。 直接設定這些屬性,或藉由設定僅限 ImageList 執行時間屬性,在控制項中使用 ToolStrip 影像。

影像縮放是由 和 ToolStripItem 中的 ToolStrip 屬性互動所決定,如下所示:

適用於