DesignerObject Constructor (ControlDesigner^, String^)
.NET Framework (current version)
Initializes a new instance of the DesignerObject class.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: