ToolStripTextBox::BorderStyle Property

 

Gets or sets the border type of the ToolStripTextBox control.

Namespace:   System.Windows.Forms
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::BorderStyle

One 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 .

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: