Aracılığıyla paylaş


ListView.GroupImageList Özellik

Tanım

Şu anda ayarlanmış GroupIcon görüntü listesi.

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

Özellik Değeri

ImageList

ImageList için ListViewGroupkullanılacak simgeleri içeren bir. Varsayılan değer: null.

Açıklamalar

özelliği, GroupImageList grupları görüntülerken kullanılacak simgeleri içeren bir ImageList nesne belirtmenize olanak tanır. Denetim, ListView simgeleri görüntülerken denetimin ImageList desteklediği herhangi bir grafik biçimini kabul edebilir. Denetim ListView .ico dosyalarıyla sınırlı değildir. ImageList özelliğine GroupImageList atandıktan sonra, denetimdeki ListView her ListViewGroup birinin özelliğini içindeki uygun görüntünün dizin konumuna ImageListayarlayabilirsinizTitleImageIndex. için GroupImageList simgelerin boyutu özelliği tarafından ImageSize belirtilir.

Şunlara uygulanır