DesignerObject Constructor (ControlDesigner^, String^)

 

Initializes a new instance of the DesignerObject class.

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

protected:
DesignerObject(
	ControlDesigner^ designer,
	String^ name
)

Parameters

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

The parent designer.

name
Type: System::String^

The name of the object.

Exception Condition
ArgumentNullException

designer is null.

-or-

name is null.

.NET Framework
Available since 2.0
Return to top
Show: