Click or drag to resize
SkinRegistrarGetGlobalSkin Method
Returns the web.config value which specifies the application-wide Skin setting.

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static string GetGlobalSkin(
	ISkinnableControl control
)

Parameters

control
Type: Kettic.AspNetISkinnableControl

Return Value

Type: String
Kettic.[ShortControlName].Skin or Kettic.Skin, depending on which value was set.
See Also