ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / ToolTipBorderColor Property

In This Topic
    ToolTipBorderColor Property
    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 System.Drawing.Color
    public System.Drawing.Color ToolTipBorderColor {get; set;}
    See Also