CSliderCtrl::SetSelection
設定目前選取範圍的開始和結束位置是在滑桿控制項。
void SetSelection(
int nMin,
int nMax
);
參數
nMin
滑桿的開始位置。nMax
滑桿的結束位置。
需求
Header: afxcmn.h
設定目前選取範圍的開始和結束位置是在滑桿控制項。
void SetSelection(
int nMin,
int nMax
);
nMin
滑桿的開始位置。
nMax
滑桿的結束位置。
Header: afxcmn.h