DesignerRegionCollection.Owner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.