Compartir a través de


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

Syntax

'Declaración
Public Shared Sub ApplyTreeViewThemeStyles ( _
    treeView As TreeView, _
    enableHotTracking As Boolean _
)
public static void ApplyTreeViewThemeStyles(
    TreeView treeView,
    bool enableHotTracking
)

Parameters

  • enableHotTracking
    Type: System.Boolean
    true to enable hot tracking on the tree view control; otherwise, false.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

ApplyTreeViewThemeStyles Overload

Microsoft.VisualStudio.Shell Namespace