Applies to
Window controls
Description
Specifies the text to display as PowerTip when the user moves a cursor over the tab header of the sheet window.
The PowerTip will display when you have enabled TabbedView and you have specified the PowerTipText property in the sheet window.
Usage
In a painter
To specify the PowerTipText in the sheet window:
-
Input the text to display in the PowerTipText field on the General page of the Window control's Properties view.
In scripts
The PowerTipText property takes a string value.
This adds a PowerTip for a sheet window:
w_sheet1.PowerTipText = "This sheet opens a new form"