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

In This Topic
    ToolTipFont Property
    In This Topic
    Gets or sets the default font used to display the tooltip.
    Syntax
    'Declaration
     
    Public Property ToolTipFont As System.Drawing.Font
    public System.Drawing.Font ToolTipFont {get; set;}
    See Also