System.Web.UI.ControlBuilderAttribute Members

The members of System.Web.UI.ControlBuilderAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Specifies the control builder for a custom control.

Public Fields

static readonly
DefaultControlBuilderAttribute.

Specifies the new System.Web.UI.ControlBuilderAttribute object. By default, the new object is set to null. This field is read-only.

Public Properties

[read-only]
BuilderTypeType.

Gets the Type of the control associated with the attribute. This property is read-only.

Public Methods

override
Equals(object) : bool

Gets a value indicating whether the current System.Web.UI.ControlBuilderAttribute is identical to the specified object.

override
GetHashCode() : int

Returns the hash code of the System.Web.UI.ControlBuilderAttribute object.

override
IsDefaultAttribute() : bool

Determines whether the current control builder is the default.