ComponentDesigner::ITreeDesigner::Children Property
.NET Framework (current version)
For a description of this member, see the ITreeDesigner::Children property.
Assembly: System.Design (in System.Design.dll)
private: property ICollection^ Children { virtual ICollection^ get() sealed = ITreeDesigner::Children::get; }
Property Value
Type: System.Collections::ICollection^An ICollection that contains the collection of IDesigner designers contained in the current parent designer.
Implements
ITreeDesigner::ChildrenThis member is an explicit interface member implementation. It can be used only when the ComponentDesigner instance is cast to an ITreeDesigner interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: