System.Web.UI.ThemeableAttribute.Yes Field

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

Syntax

public static readonly ThemeableAttribute Yes

Remarks

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

Requirements

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