System.Web.UI.PageTheme.ControlSkins Property

When overridden in a derived class, gets an IDictionary interface of the names of all default skins that are available for the current page theme, indexed by control type.

Syntax

protected abstract IDictionary ControlSkins { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PageTheme.ControlSkins property is abstract. When compiled, a theme will generate code that overrides this property.

Requirements

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