ToolStripTextBox::BorderStyle Property
.NET Framework (current version)
Gets or sets the border type of the ToolStripTextBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property BorderStyle BorderStyle { BorderStyle get(); void set(BorderStyle value); }
Property Value
Type: System.Windows.Forms::BorderStyleOne of the BorderStyle values. The default is Fixed3D.
You can use the BorderStyle property to create borderless and flat style controls, in addition to the default three-dimensional control.
The following code example demonstrates the syntax for setting various ToolStripTextBox common property settings, including the BorderStyle property .
.NET Framework
Available since 2.0
Available since 2.0
Show: