Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / ShowToolbarTooltips Property

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