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)
Syntax
'Declaration
Public Const NoBuilder As String
'Usage
Dim value As String
value = BrowserBuilderType.NoBuilder
public const string NoBuilder