SkinRegistrarGetEmbeddedSkinNames Method |
Returns the names of all embedded skins. The common skin attribute is not included!
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static List<string> GetEmbeddedSkinNames(
Type controlType
)
Public Shared Function GetEmbeddedSkinNames (
controlType As Type
) As List(Of String)
public:
static List<String^>^ GetEmbeddedSkinNames(
Type^ controlType
)
static member GetEmbeddedSkinNames :
controlType : Type -> List<string>
Parameters
- controlType
- Type: SystemType
Return Value
Type:
ListString
See Also