ShowPowerTips

Applies to

TabbedBar controls

Description

Specifies whether to show a PowerTip when the user moves a cursor over the tab header. Default is True.

When this property is true, the value of the PowerTipText property of the sheet window will be displayed as the PowerTip.

If the Window PowerTipText property has no value, then the window title will be displayed as the tool tips; if the window title has no value, then "Untitled" will be displayed as the tool tips.

Usage

In scripts

The ShowPowerTips property takes a boolean value. Default is True. The following example specifies that the PowerTip should not be shown in the tab header:

mditbb_1.ShowPowerTips = false