ComponentDesigner::ITreeDesigner::Children Property

 

For a description of this member, see the ITreeDesigner::Children property.

Namespace:   System.ComponentModel.Design
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.

This 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
Return to top
Show: