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