Property
VisibleButtonRefreshTimer
Description
Specifies whether to show the refresh timer button in the toolbar or not.
Type
Boolean
Values
True (-1)
Shows the button
False (0)
Hides the button
Default
True (-1)
Example
Code
Cube1.VisibleButtonRefreshTimer = True
HTML
<PARAM NAME="VisibleButtonRefreshTimer" VALUE="-1">
See also
DoAction
it's akin to
DoAction("refreshTimer")
VisibleButtonRefresh
Refreshes the current cube button
Notes