The members of System.Web.UI.ThemeableAttribute are listed below.
See Also: Inherited members from System.Attribute
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. |
static readonly | Default | ThemeableAttribute.
Gets a System.Web.UI.ThemeableAttribute instance that represents the application-defined default value of the attribute. |
static readonly | No | ThemeableAttribute.
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 | Yes | ThemeableAttribute.
Gets a System.Web.UI.ThemeableAttribute instance used to decorate a type or member that is affected by themes and control skins. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | IsDefaultAttribute()
| |
static | IsObjectThemeable(object)
| |
static | IsTypeThemeable(Type)
|