Skip to content

ToolTipBehaviour Property

Description

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

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 TabWorkspace 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.

Example

ToolTipBehaviour Sample (Visual Basic)

This sample illustrates how to display tool tips for tab buttons in the TabWorkspace regardless of the layout used.

CommandBars.TabWorkspace.PaintManager.Layout = xtpTabLayoutMultiRow  
CommandBars.TabWorkspace.PaintManager.ToolTipBehaviour = xtpTabToolTipAlways  

See Also


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