Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / ShowToolTips Property

In This Topic
    ShowToolTips Property
    In This Topic
    Gets or sets a value that determines whether the C1Accordion should display a tooltip for page header when C1AccordionPage.ToolTipText is defined for this page.
    Syntax
    'Declaration
     
    
    Public Shadows Property ShowToolTips As Boolean
    public new bool ShowToolTips {get; set;}
    See Also