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

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