DesignerAutoFormat Constructor (String^)

 

Initializes a new instance of the DesignerAutoFormat class.

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

protected:
DesignerAutoFormat(
	String^ name
)

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
Return to top
Show: