Input for WinForms | ComponentOne
C1.Win.Input Namespace / DropDownForm Class / PlainBorders Property

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