Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / ShowToolTips Property

In This Topic
    ShowToolTips Property (C1DockingTab)
    In This Topic
    Gets or sets a value indicating whether the tool tip is shown when the mouse passes over the tab.
    Syntax
    'Declaration
     
    
    Public Property ShowToolTips As Boolean
    public bool ShowToolTips {get; set;}
    See Also