Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ToolTipSettings Class / BorderColor Property

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