RelatedImageListAttribute(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

relatedImageList
String

Nazwa ImageList właściwości odnosi się do.

Uwagi

Parametr relatedImageList może odwoływać się do właściwości bieżącego obiektu lub właściwości właściwości bieżącego obiektu. Jeśli na przykład masz ListViewItem obiekt z właściwością ListView ustawioną na obiekt zawierający ListView , a obiekt zawierający ListView ma SmallImageList właściwość, możesz przekazać "ListView.SmallImageList" jako relatedImageList wartość.

Dotyczy