RelatedImageListAttribute(String) コンストラクター

定義

RelatedImageListAttribute クラスの新しいインスタンスを初期化します。

public:
 RelatedImageListAttribute(System::String ^ relatedImageList);
public RelatedImageListAttribute (string relatedImageList);
new System.Windows.Forms.RelatedImageListAttribute : string -> System.Windows.Forms.RelatedImageListAttribute
Public Sub New (relatedImageList As String)

パラメーター

relatedImageList
String

プロパティを関連付ける ImageList の名前。

注釈

このパラメーターは relatedImageList 、現在のオブジェクトのプロパティ、または現在のオブジェクトのプロパティを参照できます。 たとえば、ListViewItemプロパティが含まれるListViewオブジェクトに設定されたオブジェクトListViewがあり、そのオブジェクトにListViewプロパティがある場合はSmallImageList、値としてrelatedImageList渡すことができます"ListView.SmallImageList"

適用対象