ShowWaitCursor
- Last UpdatedNov 17, 2021
- 1 minute read
The ShowWaitCursor property is a read-write property that controls the usage of the wait cursor (hourglass).
Syntax
aaHistClientTrend.ShowWaitCursor = discrete;
Result = aaHistClientTrend.ShowWaitCursor;
Remarks
The default value is False.
If the ShowWaitCursor property is set to true, the wait cursor (hourglass) is shown when you move the pointer over the toolbar, time bar, or the Servers pane or the Filters pane in the Tag Picker.
The ShowWaitCursor property setting does not override the wait cursor of the Trend. For example, if the ShowWaitCursor property is set to false, the Trend still shows a wait cursor during a refresh. This property only provides an option to force the wait cursor at other times.