RelatedImageListAttribute(String) 생성자

정의

RelatedImageListAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 RelatedImageListAttribute(System::String ^ relatedImageList);
public RelatedImageListAttribute (string relatedImageList);
public RelatedImageListAttribute (string? relatedImageList);
new System.Windows.Forms.RelatedImageListAttribute : string -> System.Windows.Forms.RelatedImageListAttribute
Public Sub New (relatedImageList As String)

매개 변수

relatedImageList
String

속성과 관련이 있는 ImageList의 이름입니다.

설명

relatedImageList 매개 변수가 현재 개체의 속성 또는 현재 개체의 속성의 속성을 참조할 수 있습니다. 예를 들어 있는 경우는 ListViewItem 개체를 ListView 속성이 포함 하는 설정 ListView 개체를 포함 하는 ListView 개체에는 SmallImageList 속성을 전달할 수 있습니다. "ListView.SmallImageList" 으로 relatedImageList 값 .

적용 대상