DesignerAutoFormatCollection Constructor

Definition

Initializes a new instance of the DesignerAutoFormatCollection class.

public:
 DesignerAutoFormatCollection();
public DesignerAutoFormatCollection ();
Public Sub New ()

Remarks

Use the DesignerAutoFormatCollection constructor to create an empty collection. You can add elements to the collection by using the Add or Insert method.

Applies to

See also