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

属性值

与设计器所管理的组件关联的组件。

注解

此属性指示在复制、拖动或移动操作期间要随设计器管理的组件一起复制或移动的任何组件。

如果此集合包含对当前设计模式文档中其他组件的引用,则会在复制操作期间与设计器管理的组件一起复制这些组件。

选择设计器管理的组件时,此集合将填充任何嵌套控件。 此集合还可以包含其他组件,例如工具栏的按钮。

适用于