RelatedImageListAttribute Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the RelatedImageListAttribute class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 2.0
Show: