Specifies what forms and controls are skinned


Namespace: SkinSoft.AquaSkin
Assembly: SkinSoft.AquaSkin (in SkinSoft.AquaSkin.dll)

Syntax

Visual Basic (Declaration)
Public Enum TargetControls
C#
public enum TargetControls
C++
public enum class TargetControls
J#
public enum TargetControls
JScript
public enum TargetControls

Members

Member NameDescription
NoneSkin nothing
FormsSkin only forms
ControlsSkin only controls
FormsAndControlsSkin forms and controls
TaggedControlsSkin only tagged controls

See Also