System.Web.UI.ThemeableAttribute.Themeable Property

Gets a value indicating whether the current control or member of a control can be affected by themes and control skins defined for the Web application.

Syntax

public bool Themeable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A member is affected by themes if no System.Web.UI.ThemeableAttribute attribute is defined explicitly for the member, or the Themeable(true) attribute is applied. A member is not affected by themes if the Themeable(false) attribute is applied; this is the default value for System.Web.UI.ThemeableAttribute.

Requirements

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