ListView.GroupImageList プロパティ

定義

現在設定されているグループ アイコン画像のリスト。

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

使用ImageListListViewGroupするアイコンを含む 既定値は、null です。

注釈

この GroupImageList プロパティを使用すると、グループを ImageList 表示するときに使用するアイコンを含むオブジェクトを指定できます。 コントロールは ListView 、アイコンを表示するときにコントロールが ImageList サポートする任意のグラフィックス形式を受け入れます。 コントロールは ListView .ico ファイルに限定されません。 ImageListプロパティに GroupImageList a が割り当てられるとTitleImageIndex、コントロールImageList内の各ListViewGroupプロパティをListView、. のアイコン GroupImageList のサイズは、プロパティによって ImageSize 指定されます。

適用対象