ObjectSelectorEditor.ApplyTreeViewThemeStyles(TreeView) Method

Definition

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

public:
 static void ApplyTreeViewThemeStyles(System::Windows::Forms::TreeView ^ treeView);
public static void ApplyTreeViewThemeStyles (System.Windows.Forms.TreeView treeView);
static member ApplyTreeViewThemeStyles : System.Windows.Forms.TreeView -> unit
Public Shared Sub ApplyTreeViewThemeStyles (treeView As TreeView)

Parameters

treeView
TreeView

The tree view control to modify.

Applies to

See also