﻿<?xml version="1.0" encoding="utf-8"?><Type Name="NonVisualControlAttribute" FullName="System.Web.UI.NonVisualControlAttribute"><TypeSignature Language="C#" Value="public sealed class NonVisualControlAttribute : Attribute" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Web.UI.NonVisualControlAttribute" /> attribute is applied to controls that are not rendered to the client, such as data source controls and the <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control. During design time, a page developer might decide to hide all non-visual controls. The designer would mark as invisible all of the controls with the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> attribute set to true. </para><para>Examples of controls that employ the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> attribute are <see cref="T:System.Web.UI.DataSourceControl" />, <see cref="T:System.Web.UI.HierarchicalDataSourceControl" />, <see cref="T:System.Web.UI.WebControls.HiddenField" />, and <see cref="T:System.Web.UI.WebControls.WebParts.WebPartManager" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines the attribute that indicates whether a control is treated as a visual or non-visual control during design time. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public NonVisualControlAttribute ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A default instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class is equivalent to the <see cref="F:System.Web.UI.NonVisualControlAttribute.NonVisual" /> field, or passing true to the <see cref="M:System.Web.UI.NonVisualControlAttribute.#ctor(System.Boolean)" /> constructor.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public NonVisualControlAttribute (bool nonVisual);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="nonVisual" Type="System.Boolean" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Passing true to this constructor is equivalent to using the <see cref="F:System.Web.UI.NonVisualControlAttribute.NonVisual" /> field, and passing false is equivalent to using the <see cref="F:System.Web.UI.NonVisualControlAttribute.Visual" /> field.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class, using the specified Boolean value to determine whether the attribute represents a visual or non-visual control. </para></summary><param name="nonVisual"><attribution license="cc4" from="Microsoft" modified="false" />true to initialize the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> to represent a Web control that is not rendered to the client at run time; otherwise, false.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Default"><MemberSignature Language="C#" Value="public static readonly System.Web.UI.NonVisualControlAttribute Default;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Web.UI.NonVisualControlAttribute</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A default instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class is equivalent to the <see cref="F:System.Web.UI.NonVisualControlAttribute.Visual" /> field.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a <see cref="T:System.Web.UI.NonVisualControlAttribute" /> instance that represents the application-defined default value of the attribute. This field is read-only.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object obj);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><param name="obj">To be added.</param><summary>To be added.</summary><returns>To be added.</returns><remarks>To be added.</remarks><since version=".NET 2.0" /></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><summary>To be added.</summary><returns>To be added.</returns><remarks>To be added.</remarks><since version=".NET 2.0" /></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsDefaultAttribute"><MemberSignature Language="C#" Value="public override bool IsDefaultAttribute ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a value indicating whether the current instance is equivalent to a default instance of the <see cref="T:System.Web.UI.NonVisualControlAttribute" /> class.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the current instance is equivalent to a <see cref="F:System.Web.UI.NonVisualControlAttribute.Default" /> instance of the class; otherwise, false.</para></returns></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsNonVisual"><MemberSignature Language="C#" Value="public bool IsNonVisual { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the control is non-visual.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="NonVisual"><MemberSignature Language="C#" Value="public static readonly System.Web.UI.NonVisualControlAttribute NonVisual;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Web.UI.NonVisualControlAttribute</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="F:System.Web.UI.NonVisualControlAttribute.NonVisual" /> field is equivalent to creating an instance of the attribute using the <see cref="M:System.Web.UI.NonVisualControlAttribute.#ctor(System.Boolean)" /> constructor and passing true as the parameter value.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a <see cref="T: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.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Visual"><MemberSignature Language="C#" Value="public static readonly System.Web.UI.NonVisualControlAttribute Visual;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Web.UI.NonVisualControlAttribute</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="F:System.Web.UI.NonVisualControlAttribute.Visual" /> field is equivalent to creating an instance of the attribute using the default <see cref="M:System.Web.UI.NonVisualControlAttribute.#ctor" /> constructor, or creating an instance of the attribute using the <see cref="M:System.Web.UI.NonVisualControlAttribute.#ctor(System.Boolean)" /> constructor and passing false as the parameter value.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Web.UI.NonVisualControlAttribute" /> instance that is applied to a Web control to be treated as a visual control during design time. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>