VsShellUtilities::ApplyTreeViewThemeStyles Method (TreeView^, Boolean)

 

Modifies a Windows Forms TreeView control to use the new Explorer style theme.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void ApplyTreeViewThemeStyles(
	TreeView^ treeView,
	bool enableHotTracking
)

Parameters

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

The tree view control to modify.

enableHotTracking
Type: System::Boolean

true to enable hot tracking on the tree view control; otherwise, false.

Return to top
Show: