ComponentDesigner.AssociatedComponents 속성

정의

디자이너가 관리하는 구성 요소와 관련된 구성 요소 컬렉션을 가져옵니다.

public:
 virtual property System::Collections::ICollection ^ AssociatedComponents { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection AssociatedComponents { get; }
member this.AssociatedComponents : System.Collections.ICollection
Public Overridable ReadOnly Property AssociatedComponents As ICollection

속성 값

디자이너가 관리하는 구성 요소와 관련된 구성 요소입니다.

설명

이 속성은 복사, 끌기 또는 이동 작업 중에 디자이너가 관리하는 구성 요소와 함께 복사하거나 이동할 구성 요소를 나타냅니다.

이 컬렉션에 현재 디자인 모드 문서의 다른 구성 요소에 대한 참조가 포함된 경우 복사 작업 중에 디자이너에서 관리하는 구성 요소와 함께 해당 구성 요소가 복사됩니다.

디자이너에서 관리하는 구성 요소를 선택하면 이 컬렉션은 중첩된 컨트롤로 채워집니다. 이 컬렉션에는 도구 모음의 단추와 같은 다른 구성 요소도 포함될 수 있습니다.

적용 대상