DesignerAutoFormat Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the DesignerAutoFormat class.
Assembly: System.Design (in System.Design.dll)
Parameters
- name
-
Type:
System::String^
A string that identifies a specific DesignerAutoFormat object.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null. |
Use the DesignerAutoFormat constructor to create a new format and add it to a DesignerAutoFormatCollection collection that is represented by the AutoFormats property of a ControlDesigner object.
.NET Framework
Available since 2.0
Available since 2.0
Show: