System.Web.UI.ToolboxDataAttribute Members

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

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Web.UI.ToolboxDataAttribute class.

Public Fields

static readonly
DefaultToolboxDataAttribute.

Represents the default System.Web.UI.ToolboxDataAttribute value for a custom control.

Public Properties

[read-only]
Datastring.

Gets the string representing the initial values of the control's property, which is used in a visual designer for creating an instance of the control.

Public Methods

override
Equals(object) : bool

Tests whether the System.Web.UI.ToolboxDataAttribute object is equal to the given object.

override
GetHashCode() : int

Returns the hash code of the custom control.

override
IsDefaultAttribute() : bool

Tests whether the System.Web.UI.ToolboxDataAttribute object contains the default value for the ToolboxDataAttribute.Data property.