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.
The NonVisualControlAttribute.NonVisual field is equivalent to creating an instance of the attribute using the NonVisualControlAttribute.#ctor(bool) constructor and passing true as the parameter value.