Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RelatedImageListAttribute Constructor (String^)

 

Initializes a new instance of the RelatedImageListAttribute class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
RelatedImageListAttribute(
	String^ relatedImageList
)

Parameters

relatedImageList
Type: System::String^

The name of the ImageList the property relates to.

The relatedImageList parameter can refer to a property of the current object, or a property of a property of the current object. For example, if you have a ListViewItem object with a ListView property set to a containing ListView object, and the containing ListView object has an SmallImageList property, you could pass "ListView.SmallImageList" as the relatedImageList value.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft