RelatedImageListAttribute.RelatedImageList 屬性

定義

取得相關 ImageList 的名稱。

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

屬性值

String

相關 ImageList 的名稱

備註

屬性 RelatedImageList 可以參考目前 物件的屬性,或目前 物件的 屬性的屬性。 例如,如果您有屬性 ListViewItem 設定為包含 ListView 物件的 物件 ListView ,且包含 ListView 物件具有 SmallImageList 屬性,則 RelatedImageList 屬性會設定為 "ListView.SmallImageList"

適用於