This documentation is archived and is not being maintained.

ThemeableAttribute Constructor

Initializes a new instance of the ThemeableAttribute class, using the specified Boolean value to determine whether the attribute represents a type or member that is affected by themes and control skins.

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

public:
ThemeableAttribute(
	bool themeable
)

Parameters

themeable
Type: System::Boolean
true to initialize the ThemeableAttribute to represent a type or member that can be affected by themes; otherwise, false.

Passing true to this constructor is equivalent to using the Yes field, while passing false is equivalent to using the No field.

The following code example demonstrates how you can apply the ThemeableAttribute attribute to a member of a control. In this example, ThemeableAttribute is applied to a data-bound control and false is passed to the ThemeableAttribute constructor, indicating that the DataSourceID member cannot have themes applied. (Passing false to the constructor results in a ThemeableAttribute instance that is equivalent to the No field.)

No code example is currently available or this language may not be supported.

.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: