VsShellUtilities.ApplyTreeViewThemeStyles Method (TreeView)
Modifies a Windows Forms TreeView control to use the new Explorer style theme. Hot tracking is enabled by default.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Sub ApplyTreeViewThemeStyles ( _
treeView As TreeView _
)
public static void ApplyTreeViewThemeStyles(
TreeView treeView
)
public:
static void ApplyTreeViewThemeStyles(
TreeView^ treeView
)
static member ApplyTreeViewThemeStyles :
treeView:TreeView -> unit
public static function ApplyTreeViewThemeStyles(
treeView : TreeView
)
Parameters
treeView
Type: System.Windows.Forms.TreeViewThe tree view control to modify.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.