RelatedImageListAttribute.RelatedImageList 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取相关 ImageList名称。
public:
property System::String ^ RelatedImageList { System::String ^ get(); };
public string RelatedImageList { get; }
member this.RelatedImageList : string
Public ReadOnly Property RelatedImageList As String
属性值
关联的 ImageList 的名称
注解
该 RelatedImageList 属性可以引用当前对象的属性,也可以引用当前对象的属性。 例如,如果有一个 ListViewItem 对象,其 ListView 属性设置为包含 ListView 对象,并且包含 ListView 对象具有属性 SmallImageList ,则属性 RelatedImageList 将设置为 "ListView.SmallImageList"
。