ListView.GroupImageList 属性

定义

当前设置 GroupIcon 映像列表。

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

属性值

ImageList

包含要用于ListViewGroup的图标的一个 ImageList 。 默认值为 null

注解

GroupImageList 属性允许指定一个 ImageList 对象,该对象包含显示组时要使用的图标。 控件 ListView 可以接受控件在显示图标时支持的任何图形格式 ImageList 。 该 ListView 控件不限于 .ico 文件。 将属性ImageList分配给GroupImageList属性后,可以将控件中的每个ListView属性ListViewGroup设置为TitleImageIndex相应图像的ImageList索引位置。 属性指定ImageSize图标GroupImageList的大小。

适用于