| C# | Visual Basic | Visual Basic Usage |
public class SkinRegistrar
Public Class SkinRegistrar
Dim instance As SkinRegistrar
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SkinRegistrar()()()() | Initializes a new instance of the SkinRegistrar class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetDesignTimeStyleSheet(ISkinnableControl) | ||
| GetEmbeddedSkinNames(Type) |
Returns the names of all embedded skins. The common skin attribute is not included!
| |
| GetGlobalSkin(ISkinnableControl) |
Returns the web.config value which specifies the application-wide Skin setting.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetRuntimeSkin(ISkinnableControl) |
Returns the skin that should be applied to the control.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetWebResourceUrl(Control, String) | ||
| GetWebResourceUrl(Page, Type, String) | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RegisterCssReferences(ISkinnableControl) |
Registers the common skin CSS file and the CSS files, associated with the selected skin.
| |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| SkinRegistrar | |