ConnectionsZoneDesigner::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 predefined DesignerAutoFormatCollection with a default ConnectionZone scheme.

The AutoFormats property overrides its base implementation to get a predefined collection that is specific to the ConnectionsZone class.

.NET Framework
Available since 2.0
Return to top
Show: