AlarmBanner.ScrollToTopEnabled
Use the AlarmBanner.ScrollToTopEnabled property in conjunction with the AlarmBanner.DeselectAndScrollToTop function to check whether a ViewX client has the Scroll to top on acknowledge, remove or manual redirect option feature enabled. This is useful if that behavior is to be retained when an alarm is acknowledged from the Alarm Banner by script. You use the AlarmBanner.DeselectAndScrollToTop function in your scripts to specify such behavior.
Syntax |
AlarmBanner.ScrollToTopEnabled |
Description |
Use with the AlarmBanner.DeselectAndScrollToTop function, to check whether a client has the Scroll to top on acknowledge, remove or manual redirect option feature enabled, and if so, implement that functionality when an alarm is acknowledged using the script. |
Arguments |
None |
Returns |
None |
For an example that demonstrates the use of this property, see AlarmBanner.DeselectAndScrollToTop.
Further Information