Form.BeforeScreenTip Event (Access)
Occurs before a ScreenTip is displayed for an element in a PivotChart view or PivotTable view.
Syntax
expression .BeforeScreenTip(ScreenTipText, SourceObject)
expression A variable that represents a Form object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
ScreenTipText |
Required |
Object |
Set the Value property of this object to the ScreenTip that you want to display. Changing this argument to an empty string effectively hides the ScreenTip. |
SourceObject |
Required |
Object |
The object that generates the ScreenTip. |
Return Value
nothing