System.Windows.Forms.TreeView.BorderStyle Property

Gets or sets the border style of the tree view control.

Syntax

[System.Runtime.InteropServices.DispId(-504)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.BorderStyle.Fixed3D)]
public BorderStyle BorderStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the TreeView.BorderStyle property is set to BorderStyle.Fixed3D, the System.Windows.Forms.TreeView has a sunken, three-dimensional appearance. To display a flat, thin border around the System.Windows.Forms.TreeView control, set the System.Windows.Forms.BorderStyle property to BorderStyle.FixedSingle.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0