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"
.