Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

changeSliderVisible()

Mammad900 edited this page Sep 1, 2020 · 1 revision

changeSliderVisible( page, index, value)

Summary

Hides or shows a slider

Parameters

  1. Page (int) : The number of the page that contains the slider
  2. Index (int) : The index of the slider relative to it's page
  3. Value (bool) : If true, it becomes visible. If false, it becomes hidden.

Returns

Nothing

Clone this wiki locally