CSliderCtrl::ClearTics

Removes the current tick marks from a slider control.

void ClearTics(
   BOOL bRedraw = FALSE 
);

Parameters

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

Requirements

Header: afxcmn.h

See Also

Reference

CSliderCtrl Class

Hierarchy Chart

CSliderCtrl::GetTicArray

CSliderCtrl::GetTic

CSliderCtrl::GetNumTics

Other Resources

CSliderCtrl Members