Skip to content

ToolTipBehaviour Property

Description

The ToolTipBehaviour property gets/sets when tool tips should be displayed for tab buttons in the TabControl.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ToolTipBehaviour() As [XTPTabToolTipBehaviour](XtremeCommandBars~Enumerations~XTPTabToolTipBehaviour_EN.md)

Remarks

By default, tool tips will only be displayed for tab buttons in the TabControl when the tab layout is xtpTabLayoutSizeToFit and the tab button is not fully visible (the button's caption is not fully visible). Setting the ToolTipBehaviour to xtpTabToolTipAlways will display tool tips for the tab buttons regardless of the layout used.

See Also


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