Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Shared Sub ApplyTreeViewThemeStyles ( _
treeView As TreeView, _
enableHotTracking As Boolean _
)
public static void ApplyTreeViewThemeStyles(
TreeView treeView,
bool enableHotTracking
)
public:
static void ApplyTreeViewThemeStyles(
TreeView^ treeView,
bool enableHotTracking
)
static member ApplyTreeViewThemeStyles :
treeView:TreeView *
enableHotTracking:bool -> unit
public static function ApplyTreeViewThemeStyles(
treeView : TreeView,
enableHotTracking : boolean
)
Parameters
treeView
Type: System.Windows.Forms.TreeViewThe tree view control to modify.
enableHotTracking
Type: System.Booleantrue to enable hot tracking on the tree view control; otherwise, false.
.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.