ObjectSelectorEditor.ApplyTreeViewThemeStyles(TreeView) Method

Definition

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

C#
public static void ApplyTreeViewThemeStyles(System.Windows.Forms.TreeView treeView);

Parameters

treeView
TreeView

The tree view control to modify.

Applies to

Product Versions
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also