DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / ToolTipBorderColor Property

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