Skip to content

Style Property

Description

The Style property gets/sets the style of the tool tip window.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Style() As [XTPToolTipStyle](XtremeChartControl~Enumerations~XTPToolTipStyle_EN.md)

Remarks

By default, the text that is stored in the ToolTip property will be displayed in the tool tip window. If this property is not set, then the Caption of the control will be used.

See the XTPToolTipStyle enumeration for a picture and detailed description of each style.

Requirements

The xtpToolTipBalloon XTPToolTipStyle requires Internet Explorer 5.0 or above to be installed. The IsBalloonStyleSupported method can be used to determine if the xtpToolTipBalloon style is supported.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.