BrowserBuilderType Members

Include Protected Members
Include Inherited Members

Used to specify use of the default builder for a custom property or provide a custom builder for the property at run time.

The BrowserBuilderType type exposes the following members.

Constructors

  Name Description
Public method BrowserBuilderType Initializes a new instance of the BrowserBuilderType class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member Dynamic Specifies that a dynamic URL to a custom builder is provided at run time for a custom property. Use this as an argument to the HtmlDesigner attribute when using the attribute on the custom property. The HtmlDesigner attribute is defined by the HtmlDesignerAttribute class.
Public fieldStatic member NoBuilder Specifies disabling the default builder for a custom property. Use this as an argument to the HtmlDesigner attribute when using the attribute on the custom property. The HtmlDesigner attribute is defined by the HtmlDesignerAttribute class. Currently the text entry builder is provided as a default builder for a custom string property.

Top

See Also

Reference

BrowserBuilderType Class

Microsoft.SharePoint.WebPartPages Namespace