Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NonVisualControlAttribute Constructor ()

 

Initializes a new instance of the NonVisualControlAttribute class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
NonVisualControlAttribute()

A default instance of the NonVisualControlAttribute class is equivalent to the NonVisual field, or passing true to the NonVisualControlAttribute::NonVisualControlAttribute(Boolean) constructor.

The following code example demonstrates how you can apply the NonVisualControlAttribute attribute to a class. In this example, the default NonVisualControlAttribute attribute is applied to a data source control. This is equivalent to the NonVisual field.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft