HtmlDesignerAttribute.HtmlEditorBuilderType Property
Gets or sets the type of custom HTML property builder.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.