Specifies which application controls will have the skin applied. Use None to skin no application forms or controls, Use Forms to skin only application forms, Use Controls to skin only application controls, Use FormsAndControls to skin all application forms and controls, Use TaggedControls to skin all tagged application forms and controls,
Namespace: SkinSoft.VistaSkin
Assembly: SkinSoft.VistaSkin (in SkinSoft.VistaSkin.dll)
Namespace: SkinSoft.VistaSkin
Assembly: SkinSoft.VistaSkin (in SkinSoft.VistaSkin.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property TargetControls As TargetControls |
| C# |
|---|
| public TargetControls TargetControls { get; set; } |
| C++ |
|---|
| public property TargetControls TargetControls sealed { TargetControls get(); void set(TargetControls value); } |
| J# |
|---|
| /** property */ public TargetControls get_TargetControls(); /** property */ public void set_TargetControls(TargetControls value); |
| JScript |
|---|
| public function get TargetControls() : TargetControls public function set TargetControls(value : TargetControls); |