TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ShowToolTips Property

In This Topic
    ShowToolTips Property (C1TreeView)
    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
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <DefaultValueAttribute(False)>
    Public Property ShowToolTips As Boolean
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [DefaultValue(false)]
    public bool ShowToolTips {get; set;}
    See Also