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

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