|
|
|
|
|
ShowToolTip (Function) In french: BulleActive Enables or disables the mechanism for displaying the control tooltips.
PreviousStatus = ShowToolTip(False)
PreviousStatus = ShowToolTip(True)
Syntax
<Result> = ShowToolTip(<Activation>)
<Result>: Boolean Previous activation status of tooltips:- True: Tooltips were displayed.
- False: Tooltips were not displayed.
<Activation>: Boolean New activation status of tooltips:- True: The tooltips of controls (if any) will be displayed.
- False: The tooltips of controls will not be displayed.
Remarks - Tooltips are enabled by default in the controls.
- The status indicated by ShowToolTip will be enabled in the entire project until the next call to ShowToolTip.
- If the project contains custom tooltips, the tooltip display mechanism will use the custom tooltips. For more details, see Custom tooltips.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|