System.Windows.Forms.Splitter.BorderStyle Property

Gets or sets the style of border for the control. Splitter.BorderStyle has been replaced by SplitContainer.BorderStyle and is provided only for compatibility with previous versions.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

This property is typically used when the controls the System.Windows.Forms.Splitter control is docked to are displayed with a specific border style and you want the System.Windows.Forms.Splitter control to match their display style. For example, if you have a System.Windows.Forms.TreeView and a System.Windows.Forms.ListView control that the System.Windows.Forms.Splitter control will be docked to that you want to display without any borders, you can set the Splitter.BorderStyle property to BorderStyle.None.

Requirements

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