System.Web.UI.ThemeableAttribute.No Field

Gets a System.Web.UI.ThemeableAttribute instance used to decorate a type or member that is not affected by themes and control skins.

Syntax

public static readonly ThemeableAttribute No

Remarks

The ThemeableAttribute.No field is equivalent to creating an instance using the ThemeableAttribute.#ctor(bool) constructor and passing false.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0