SplitContainer.BorderStyle Property

Definition

Gets or sets the style of border for the SplitContainer.

public:
 property System::Windows::Forms::BorderStyle BorderStyle { System::Windows::Forms::BorderStyle get(); void set(System::Windows::Forms::BorderStyle value); };
public System.Windows.Forms.BorderStyle BorderStyle { get; set; }
member this.BorderStyle : System.Windows.Forms.BorderStyle with get, set
Public Property BorderStyle As BorderStyle

Property Value

One of the BorderStyle values. The default is Fixed3D.

Exceptions

The value of the property is not one of the BorderStyle values.

Remarks

Use the BorderStyle property to coordinate the border of the splitter and the outer edges of the SplitContainer panels with the border of the control or controls that the SplitContainer contains.

Applies to

See also