CatalogZoneDesigner::AutoFormats Property

 

Gets the collection of predefined automatic formatting schemes to display in the Auto Format dialog box for the associated control at design time.

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

public:
property DesignerAutoFormatCollection^ AutoFormats {
	virtual DesignerAutoFormatCollection^ get() override;
}

Property Value

Type: System.Web.UI.Design::DesignerAutoFormatCollection^

A pre-specified DesignerAutoFormatCollection with a default CatalogZone scheme.

The AutoFormats property overrides its base implementation to return a collection that is specific to the CatalogZone class.

.NET Framework
Available since 2.0
Return to top
Show: