[]
Gets or sets style of border of drop-down window.
[Browsable(true)]
public BorderStyle BorderStyle { get; set; }
<Browsable(True)>
Public Property BorderStyle As BorderStyle
Type | Description |
---|---|
BorderStyle | A BorderStyle enumeration indicates the border style.
|
You can use the BorderStyle property to create borderless and flat style controls, in addition to the default three-dimensional control.