ControlDesigner.AssociatedComponents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 override System.Collections.ICollection AssociatedComponents { get; }
member this.AssociatedComponents : System.Collections.ICollection
Public Overrides 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.