System.Windows.Forms.Design.ControlDesigner.AssociatedComponents Property

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

Syntax

public override ICollection AssociatedComponents { get; }

Value

Documentation for this section has not yet been entered.

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.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0