System.Web.UI.NonVisualControlAttribute Members

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

See Also: Inherited members from System.Attribute

Public Constructors

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

Initializes a new instance of the System.Web.UI.NonVisualControlAttribute class, using the specified Boolean value to determine whether the attribute represents a visual or non-visual control.

Public Fields

static readonly
DefaultNonVisualControlAttribute.

Returns a System.Web.UI.NonVisualControlAttribute instance that represents the application-defined default value of the attribute. This field is read-only.

static readonly
NonVisualNonVisualControlAttribute.

Returns a System.Web.UI.NonVisualControlAttribute instance that is applied to a Web control to be treated as a non-visual control during design time. This field is read-only.

static readonly
VisualNonVisualControlAttribute.

Gets a System.Web.UI.NonVisualControlAttribute instance that is applied to a Web control to be treated as a visual control during design time.

Public Properties

[read-only]
IsNonVisualbool.

Gets a value indicating whether the control is non-visual.

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
override
IsDefaultAttribute() : bool

Returns a value indicating whether the current instance is equivalent to a default instance of the System.Web.UI.NonVisualControlAttribute class.