TreeView for WinForms | ComponentOne
C1.Framework Namespace / XViewLight Class / ShowToolTips Property

In This Topic
    ShowToolTips Property (XViewLight)
    In This Topic
    Gets or sets whether the XView should display tooltips for elements that implement the IToolTipElement interface.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Protected Property ShowToolTips As Boolean
    [DefaultValue(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    protected bool ShowToolTips {get; set;}
    See Also