This documentation is archived and is not being maintained.

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.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property bool Themeable {
	bool get ();
}

Property Value

Type: System::Boolean
true if the current type or member can be affected by themes; otherwise, false. The default is false.

A member is affected by themes if no 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 ThemeableAttribute.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: