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

In This Topic
    BorderColor Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets whether the color of the border drawn around the tooltip when the Border property is set to true.
    Syntax
    'Declaration
     
    Public Property BorderColor As System.Drawing.Color
    public System.Drawing.Color BorderColor {get; set;}
    See Also