CreateUserWizardDesigner.AutoFormats Property
.NET Framework 3.0
Gets the DesignerAutoFormatCollection object associated with this designer.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual property DesignerAutoFormatCollection^ AutoFormats { DesignerAutoFormatCollection^ get () override; }
/** @property */ public DesignerAutoFormatCollection get_AutoFormats ()
public override function get AutoFormats () : DesignerAutoFormatCollection
Not applicable.
Property Value
The DesignerAutoFormatCollection associated with this designer.Community Additions
ADD
Show: