DesignerRegionCollection::Owner Property

 

Gets the control designer that owns the designer region collection.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property ControlDesigner^ Owner {
	ControlDesigner^ get();
}

Property Value

Type: System.Web.UI.Design::ControlDesigner^

A ControlDesigner that represents the control designer that owns the DesignerRegionCollection.

The Owner property provides a convenient means to access the control designer object for a designer region collection. For example, you can use the Owner property to determine the type of control designer that owns the collection and to access the properties and methods of the control designer.

.NET Framework
Available since 2.0
Return to top
Show: