System.Web.UI.Design.DesignerAutoFormat Members

The members of System.Web.UI.Design.DesignerAutoFormat are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.UI.Design.DesignerAutoFormat class.

Public Properties

[read-only]
Namestring.

Gets the name of a System.Web.UI.Design.DesignerAutoFormat object.

[read-only]
StyleDesignerAutoFormatStyle.

Gets a System.Web.UI.Design.DesignerAutoFormatStyle object that is used by the System.Web.UI.Design.DesignerAutoFormat object to render a design-time preview of the associated control.

Public Methods

abstract
Apply(System.Web.UI.Control)

Applies the associated formatting to the specified control.

GetPreviewControl(System.Web.UI.Control) : System.Web.UI.Control

Returns a copy of the associated control in order to provide a preview before applying the format to the control.

override
ToString() : string

Returns a string that represents the current System.Web.UI.Design.DesignerAutoFormat object.