| GetLineSize | Retrieves the line size of a slider control. | 
| SetLineSize | Sets the line size of a slider control. | 
| GetPageSize | Retrieves the page size of a slider control. | 
| SetPageSize | Sets the page size of a slider control. | 
| GetRangeMax | Retrieves the maximum position for a slider. | 
| GetRangeMin | Retrieves the minimum position for a slider. | 
| GetRange | Retrieves the minimum and maximum positions for a slider. | 
| SetRangeMin | Sets the minimum position for a slider. | 
| SetRangeMax | Sets the maximum position for a slider. | 
| SetRange | Sets the minimum and maximum positions for a slider. | 
| GetSelection | Retrieves the range of the current selection. | 
| SetSelection | Sets the range of the current selection. | 
| GetChannelRect | Retrieves the size of the slider control’s channel. | 
| GetThumbRect | Retrieves the size of the slider control’s thumb. | 
| GetPos | Retrieves the current position of the slider. | 
| SetPos | Sets the current position of the slider. | 
| GetNumTics | Retrieves the number of tick marks in a slider control. | 
| GetTicArray | Retrieves the array of tick mark positions for a slider control. | 
| GetTic | Retrieves the position of the specified tick mark. | 
| GetTicPos | Retrieves the position of the specified tick mark, in client coordinates. | 
| SetTic | Sets the position of the specified tick mark. | 
| SetTicFreq | Sets the frequency of tick marks per slider control increment. | 
| GetBuddy | Retrieves the handle to a slider control buddy window at a given location. | 
| SetBuddy | Assigns a window as the buddy window for a slider control. | 
| GetToolTips | Retrieves the handle to the tooltip control assigned to the slider control, if any. | 
| SetToolTips | Assigns a tooltip control to a slider control. | 
| SetTipSide | Positions a tooltip control used by a trackbar control. |