Gets the collection of predefined automatic formatting schemes to display in the Auto Format dialog box for the associated control at design time.
Documentation for this section has not yet been entered.
A complete Web server control includes not only the control, but also, possibly, a corresponding control designer class that is derived from the System.Web.UI.Design.ControlDesigner class and a formatting class that is derived from the System.Web.UI.Design.DesignerAutoFormat class. The ControlDesigner.AutoFormats property is a collection of instances of the System.Web.UI.Design.DesignerAutoFormat class. For a working example of automatic formatting in vsprvslong, see System.Web.UI.WebControls.Calendar.