Pos

>>-aSliderControl~Pos------------------------------------------><


The Pos method retrieves the current logical position of the slider.

Return value:

The current logical position of the slider.

Example:

The following example displays the current slider position:

::method DisplayPos
  ctrl=self~GetSliderControl("IDC_1")
  pos = ctrl~Pos
  say pos