PageTheme.ControlSkins Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.IDictionaryAn IDictionary that represents the control skins associated with the current page theme.
The ControlSkins property is abstract. When compiled, a theme will generate code that overrides this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: