CSliderCtrl::ClearSel

Clears the current selection in a slider control.

void ClearSel(
   BOOL bRedraw = FALSE 
);

Parameters

  • bRedraw
    Redraw flag. If this parameter is TRUE, the slider is redrawn after the selection is cleared; otherwise the slider is not redrawn.

Requirements

Header: afxcmn.h

See Also

Reference

CSliderCtrl Class

Hierarchy Chart

CSliderCtrl::GetSelection

CSliderCtrl::SetSelection

Other Resources

CSliderCtrl Members