SkinRegistrarGetRuntimeSkin Method |
Returns the skin that should be applied to the control.
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static string GetRuntimeSkin(
ISkinnableControl control
)
Public Shared Function GetRuntimeSkin (
control As ISkinnableControl
) As String
public:
static String^ GetRuntimeSkin(
ISkinnableControl^ control
)
static member GetRuntimeSkin :
control : ISkinnableControl -> string
Parameters
- control
- Type: Kettic.AspNetISkinnableControl
Return Value
Type:
String
See Also