ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / BorderColor Property

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