ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip 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
     
    Public Property IsBalloon As System.Boolean
    public System.bool IsBalloon {get; set;}
    See Also