System.Web.UI.ThemeableAttribute Members

The members of System.Web.UI.ThemeableAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Web.UI.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.

Public Fields

static readonly
DefaultThemeableAttribute.

Gets a System.Web.UI.ThemeableAttribute instance that represents the application-defined default value of the attribute.

static readonly
NoThemeableAttribute.

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

static readonly
YesThemeableAttribute.

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

Public Properties

[read-only]
Themeablebool.

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.

Public Methods

override
Equals(object) : bool

Returns a value that indicates whether this instance is equal to a specified object.

override
GetHashCode() : int

Serves as a hash function for the System.Web.UI.ThemeableAttribute type.

override
IsDefaultAttribute() : bool

Gets a value indicating whether the current instance is equivalent to a ThemeableAttribute.Default instance of the System.Web.UI.ThemeableAttribute class.

static
IsObjectThemeable(object) : bool

Returns a value indicating whether the object passed to the method supports themes.

static
IsTypeThemeable(Type) : bool

Returns a value indicating whether the Type passed to the method supports themes.