Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / ShowToolTips Property

In This Topic
    ShowToolTips Property (C1TextBox)
    In This Topic
    Gets or sets whether the C1.Framework.XView should display tooltips for elements that implement the C1.Framework.IToolTipElement interface.
    Syntax
    'Declaration
     
    
    Protected Property ShowToolTips As Boolean
    protected bool ShowToolTips {get; set;}
    See Also