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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void ApplyTreeViewThemeStyles(
	TreeView^ treeView
)

Parameters

treeView
Type: System.Windows.Forms::TreeView^

The tree view control to modify.

Return to top
Show: