ListView.GroupImageList プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在設定されているグループ アイコン画像のリスト。
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
プロパティ値
使用ImageListListViewGroupするアイコンを含む
既定値は、null
です。
注釈
この GroupImageList プロパティを使用すると、グループを ImageList 表示するときに使用するアイコンを含むオブジェクトを指定できます。 コントロールは ListView 、アイコンを表示するときにコントロールが ImageList サポートする任意のグラフィックス形式を受け入れます。 コントロールは ListView .ico ファイルに限定されません。 ImageListプロパティに GroupImageList a が割り当てられるとTitleImageIndex、コントロールImageList内の各ListViewGroupプロパティをListView、. のアイコン GroupImageList のサイズは、プロパティによって ImageSize 指定されます。