The members of System.Web.UI.NonVisualControlAttribute are listed below.
See Also: Inherited members from System.Attribute
![]() 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. |
static readonly | Default | NonVisualControlAttribute.
![]() Returns a System.Web.UI.NonVisualControlAttribute instance that represents the application-defined default value of the attribute. This field is read-only. |
static readonly | NonVisual | NonVisualControlAttribute.
![]() 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 | Visual | NonVisualControlAttribute.
![]() Gets a System.Web.UI.NonVisualControlAttribute instance that is applied to a Web control to be treated as a visual control during design time. |
[read-only] | IsNonVisual | bool.
![]() Gets a value indicating whether the control is non-visual. |
override | Equals(object)Documentation for this section has not yet been entered. | |
override | GetHashCode()Documentation for this section has not yet been entered. | |
override | IsDefaultAttribute()
|