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

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