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

图像缩放由 ToolStripToolStripItem 中的属性交互确定,如下所示:

适用于