TargetControlCollectionAdd Method (ControlTypeToApplySkin, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual void Add(
ControlTypeToApplySkin type,
string skin
)
Public Overridable Sub Add (
type As ControlTypeToApplySkin,
skin As String
)
public:
virtual void Add(
ControlTypeToApplySkin type,
String^ skin
)
abstract Add :
type : ControlTypeToApplySkin *
skin : string -> unit
override Add :
type : ControlTypeToApplySkin *
skin : string -> unit
Parameters
- type
- Type: Kettic.AspNet.ControlsControlTypeToApplySkin
- skin
- Type: SystemString
See Also