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".

適用対象