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