VsShellUtilities::ApplyTreeViewThemeStyles Method (TreeView^, Boolean)
Visual Studio 2015
Modifies a Windows Forms TreeView control to use the new Explorer style theme.
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.
Show: