EmbeddedSkinAttribute Constructor (String, String, Type) |
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic EmbeddedSkinAttribute(
string shortControlName,
string skin,
Type type
)
Public Sub New (
shortControlName As String,
skin As String,
type As Type
)
public:
EmbeddedSkinAttribute(
String^ shortControlName,
String^ skin,
Type^ type
)
new :
shortControlName : string *
skin : string *
type : Type -> EmbeddedSkinAttribute
Parameters
- shortControlName
- Type: SystemString
- skin
- Type: SystemString
- type
- Type: SystemType
See Also