CreateSlider( x,y,width,height,group[,style] )

Parameters

x,y,width,height - Initial shape of the slider
group - Group the slider belongs to
style - optional style flags

Description

CreateSlider creates a slider gadget and returns a handle to it.

The optional style flag controls whether the slider is a horizontal or vertical slider.

1 - Horizontal slider
2 - Vetical slider

By default, a horizontal slider is created.

See also: SetSliderValue, SliderValue, SetSliderRange.

Index

Click here to view the latest version of this page online