DesignerRegionCollection::Owner Property
.NET Framework (current version)
Gets the control designer that owns the designer region collection.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: