ConnectionsZoneDesigner::AutoFormats Property
.NET Framework (current version)
Gets the collection of predefined automatic formatting schemes to display in the Auto Format dialog box for the associated control at design time.
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
Available since 2.0
Show: