ColumnHeader.ImageList Özellik

Tanım

ile ColumnHeaderilişkili görüntü listesini alır.

public:
 property System::Windows::Forms::ImageList ^ ImageList { System::Windows::Forms::ImageList ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImageList ImageList { get; }
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ImageList? ImageList { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ImageList : System.Windows.Forms.ImageList
Public ReadOnly Property ImageList As ImageList

Özellik Değeri

ImageList

ImageList ile ilişkili ColumnHeader öğesi.

Öznitelikler

Açıklamalar

, ColumnHeader özelliğini içeren ColumnHeaderözelliğinin ListView değerini SmallImageList döndürür.

Şunlara uygulanır