BrowserBuilderType Members
Include Protected Members
Include Inherited Members
Used to specify use of the default builder for a custom property or provide a custom builder for the property at run time.
The BrowserBuilderType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BrowserBuilderType | Initializes a new instance of the BrowserBuilderType class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Dynamic | Specifies that a dynamic URL to a custom builder is provided at run time 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. | |
NoBuilder | 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. |
Top