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