RelatedImageListAttribute.RelatedImageList 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得相關 ImageList 的名稱。
public:
property System::String ^ RelatedImageList { System::String ^ get(); };
public string RelatedImageList { get; }
member this.RelatedImageList : string
Public ReadOnly Property RelatedImageList As String
屬性值
相關 ImageList 的名稱
備註
屬性 RelatedImageList 可以參考目前 物件的屬性,或目前 物件的 屬性的屬性。 例如,如果您有屬性 ListViewItem 設定為包含 ListView 物件的 物件 ListView ,且包含 ListView 物件具有 SmallImageList 屬性,則 RelatedImageList 屬性會設定為 "ListView.SmallImageList"
。