ComponentDesigner.AssociatedComponents Property

Definition

Gets the collection of components associated with the component managed by the designer.

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

Property Value

The components that are associated with the component managed by the designer.

Remarks

This property indicates any components to copy or move along with the component managed by the designer during a copy, drag, or move operation.

If this collection contains references to other components in the current design mode document, those components will be copied along with the component managed by the designer during a copy operation.

When the component managed by the designer is selected, this collection is filled with any nested controls. This collection can also include other components, such as the buttons of a toolbar.

Applies to