DesignerRegionCollection.Owner Property

Definition

Gets the control designer that owns the designer region collection.

public:
 property System::Web::UI::Design::ControlDesigner ^ Owner { System::Web::UI::Design::ControlDesigner ^ get(); };
public System.Web.UI.Design.ControlDesigner Owner { get; }
member this.Owner : System.Web.UI.Design.ControlDesigner
Public ReadOnly Property Owner As ControlDesigner

Property Value

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

Remarks

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.

Applies to

See also