Click or drag to resize
SkinRegistrar Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetSkinRegistrar

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class SkinRegistrar

The SkinRegistrar type exposes the following members.

Constructors
  NameDescription
Public methodSkinRegistrar
Top
Methods
  NameDescription
Public methodStatic memberGetDesignTimeStyleSheet
Public methodStatic memberGetEmbeddedSkinNames
Returns the names of all embedded skins. The common skin attribute is not included!
Public methodStatic memberGetGlobalSkin
Returns the web.config value which specifies the application-wide Skin setting.
Public methodStatic memberGetRuntimeSkin
Returns the skin that should be applied to the control.
Public methodStatic memberGetWebResourceUrl(Control, String)
Public methodStatic memberGetWebResourceUrl(Page, Type, String)
Public methodStatic memberRegisterCssReferences
Registers the common skin CSS file and the CSS files, associated with the selected skin.
Top
See Also