ComponentDesigner::ITreeDesigner::Parent Property

 

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

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

private:
property IDesigner^ Parent {
	virtual IDesigner^ get() sealed = ITreeDesigner::Parent::get;
}

Property Value

Type: System.ComponentModel.Design::IDesigner^

An IDesigner representing the parent designer, or null if there is no parent.

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: