HtmlDesignerAttribute.HtmlEditorBuilderType property

Gets or sets the type of custom HTML property builder.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HtmlEditorBuilderType As String
    Get
    Set
'Usage
Dim instance As HtmlDesignerAttribute
Dim value As String

value = instance.HtmlEditorBuilderType

instance.HtmlEditorBuilderType = value
public string HtmlEditorBuilderType { get; set; }

Property value

Type: System.String
String Specifies the type of builder. Use the DesignerBuilderType to support builders of these types: color, date, file, font, picture, and string.

Remarks

By default, the HtmlEditorBuilderType property will reference the Text Entry builder for all String properties. When used in a Web page designer such as Microsoft FrontPage, one of the many builder types may be referenced by referring to the DesignerBuilderType class.

See also

Reference

HtmlDesignerAttribute class

HtmlDesignerAttribute members

Microsoft.SharePoint.WebPartPages namespace