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

In This Topic
    IsBalloon Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets whether the tooltip is shown in a balloon shape.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ST.IsBalloon", "Gets or sets whether the tooltip is shown in a balloon shape.")>
    <C1CategoryAttribute("Appearance")>
    <DefaultValueAttribute(False)>
    Public Property IsBalloon As Boolean
    [C1Description("ST.IsBalloon", "Gets or sets whether the tooltip is shown in a balloon shape.")]
    [C1Category("Appearance")]
    [DefaultValue(false)]
    public bool IsBalloon {get; set;}
    See Also