x,y,width,height - Initial shape of the slider
group - Group the slider belongs to style - optional style flags |
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. |