ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 DropDownFormBase.Corners and DropDownFormBase.BorderColor properties.
    Syntax
    'Declaration
     
    Protected Property PlainBorders As System.Boolean
    protected System.bool PlainBorders {get; set;}
    See Also