TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / UseFading Property

In This Topic
    UseFading Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets whether a fade effect should be used when displaying the tooltip.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("ST.UseFading", "Gets or sets whether a fade effect should be used when displaying the tooltip.")>
    <DefaultValueAttribute(True)>
    Public Property UseFading As Boolean
    [C1Category("Appearance")]
    [C1Description("ST.UseFading", "Gets or sets whether a fade effect should be used when displaying the tooltip.")]
    [DefaultValue(true)]
    public bool UseFading {get; set;}
    See Also