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

In This Topic
    ShowToolTips Property (C1ToolBar)
    In This Topic
    Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over toolbutton.
    Syntax
    'Declaration
     
    
    Public Property ShowToolTips As Boolean
    public bool ShowToolTips {get; set;}
    See Also