HtmlDesignerAttribute Members
Include Protected Members
Include Inherited Members
Defines the HtmlDesigner attribute that is used on a Web Part custom property. It specifies if a custom property uses a custom builder and the URL of the builder, or if the custom property does not use any builder, including any default builder.
The HtmlDesignerAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlDesignerAttribute | Initializes a new instance of the HtmlDesignerAttribute class. |
Top
Properties
Name | Description | |
---|---|---|
BuilderArguments | Gets or sets the arguments, if any, to be passed to the custom HTML property builder. | |
BuilderUrl | Gets the URL of the property builder Web page. | |
DialogFeatures | Gets or sets the shape, size, or other features of the custom properties builder dialog box. | |
HtmlEditorBuilderType | Gets or sets the type of custom HTML property builder. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top