Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownFormBase Class / PlainBorders Property

In This Topic
    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