SplitContainer::BorderStyle Property
.NET Framework (current version)
Gets or sets the style of border for the SplitContainer.
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.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value of the property is not one of the BorderStyle values. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: