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