PlainBorders Property (DropDownFormBase)
In This Topic
Gets or sets a value indicating that the form draws a plain border, use this property with the
Corners and
BorderColor properties.
Syntax
'Declaration
Protected Property PlainBorders As Boolean
protected bool PlainBorders {get; set;}
See Also