Specifies a global include tag,any Control or Form whose Tag value matches this string will automatically get skinned, 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 IncludeTag As String |
| C# |
|---|
| public string IncludeTag { get; set; } |
| C++ |
|---|
| public property string IncludeTag sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_IncludeTag(); /** property */ public void set_IncludeTag(string value); |
| JScript |
|---|
| public function get IncludeTag() : String public function set IncludeTag(value : String); |