Specifies a global tag, any Control or Form whose Tag value matches this string will automatically have the skin removed, regardless of the TargetControls setting.
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 ExcludeTag As String |
| C# |
|---|
| public string ExcludeTag { get; set; } |
| C++ |
|---|
| public property string ExcludeTag sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ExcludeTag(); /** property */ public void set_ExcludeTag(string value); |
| JScript |
|---|
| public function get ExcludeTag() : String public function set ExcludeTag(value : String); |