ChangePasswordDesigner::AutoFormats Property
.NET Framework (current version)
Gets the collection of automatic format schemes that will be displayed in the Auto Format dialog box.
Assembly: System.Design (in System.Design.dll)
public: property DesignerAutoFormatCollection^ AutoFormats { virtual DesignerAutoFormatCollection^ get() override; }
Property Value
Type: System.Web.UI.Design::DesignerAutoFormatCollection^A DesignerAutoFormatCollection that contains the predefined schemes for the ChangePassword.
The elements of the DesignerAutoFormatCollection object are derived from the DesignerAutoFormat class and are populated from internally defined XML-encoded constant strings.
.NET Framework
Available since 2.0
Available since 2.0
Show: