ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.8 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / ToolTipForeColor Property

In This Topic
    ToolTipForeColor Property
    In This Topic
    Gets or sets the foreground color of the tooltip window.
    Syntax
    'Declaration
     
    Public Property ToolTipForeColor As System.Drawing.Color
    public System.Drawing.Color ToolTipForeColor {get; set;}
    See Also