Input for WinForms | ComponentOne
C1.Framework Namespace / XView Class / ShowToolTips Property

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