Share via


BrowserBuilderType.NoBuilder Field

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.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Const NoBuilder As String
'Usage
Dim value As String

value = BrowserBuilderType.NoBuilder
public const string NoBuilder

See Also

Reference

BrowserBuilderType Class

BrowserBuilderType Members

Microsoft.SharePoint.WebPartPages Namespace