Specifies a System.Web.UI.ControlBuilder class for building a custom control within the ASP.NET parser. This class cannot be inherited.
See Also: ControlBuilderAttribute Members
This attribute specifies the builder Type to be used to create a custom control as shown in the following code:
Example
[ControlBuilderAttribute(typeof(ControlBuilderType))]