RelatedImageListAttribute.RelatedImageList 属性

定义

获取相关 ImageList名称。

public:
 property System::String ^ RelatedImageList { System::String ^ get(); };
public string RelatedImageList { get; }
member this.RelatedImageList : string
Public ReadOnly Property RelatedImageList As String

属性值

String

关联的 ImageList 的名称

注解

RelatedImageList 属性可以引用当前对象的属性,也可以引用当前对象的属性。 例如,如果有一个 ListViewItem 对象,其 ListView 属性设置为包含 ListView 对象,并且包含 ListView 对象具有属性 SmallImageList ,则属性 RelatedImageList 将设置为 "ListView.SmallImageList"

适用于