System.Windows.Forms.ToolBar.BorderStyle Property

Gets or sets the border style of the toolbar control.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The System.Windows.Forms.ToolBar can take on a sunken, three-dimensional appearance when the System.Windows.Forms.BorderStyle property is set to BorderStyle.Fixed3D. To display a flat thin border around the toolbar 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