System.Windows.Forms.ToolStripTextBox.BorderStyle Property

Gets or sets the border type of the System.Windows.Forms.ToolStripTextBox 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

You can use the ToolStripTextBox.BorderStyle property to create borderless and flat style controls, in addition to the default three-dimensional control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0