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

In This Topic
    BorderColor Property (DropDownForm)
    In This Topic
    Gets or sets the border color if a value of the C1.Framework.DropDownFormBase.PlainBorders property is true.
    Syntax
    'Declaration
     
    
    Protected Property BorderColor As Color
    protected Color BorderColor {get; set;}
    See Also