Aracılığıyla paylaş


RelatedImageListAttribute.RelatedImageList Özellik

Tanım

İlgili ImageListöğesinin adını alır.

public:
 property System::String ^ RelatedImageList { System::String ^ get(); };
public string RelatedImageList { get; }
public string? RelatedImageList { get; }
member this.RelatedImageList : string
Public ReadOnly Property RelatedImageList As String

Özellik Değeri

İlgilinin adı ImageList

Açıklamalar

RelatedImageList özelliği, geçerli nesnenin bir özelliğine veya geçerli nesnenin bir özelliğinin özelliğine başvurabilir. Örneğin, özelliği içeren ListView bir ListViewItem nesne olarak ayarlanmış bir ListView nesneniz varsa ve içeren ListView nesnenin bir SmallImageList özelliği varsa, RelatedImageList özelliği olarak "ListView.SmallImageList"ayarlanır.

Şunlara uygulanır