CSliderCtrl::GetSelection
擷取目前選取範圍的開始和結束位置是在滑桿控制項。
void GetSelection(
int& nMin,
int& nMax
) const;
參數
nMin
out 接收目前選取範圍的開始位置的整數的參考。nMax
out 接收目前選取範圍的結束位置的整數的參考。
需求
Header: afxcmn.h
擷取目前選取範圍的開始和結束位置是在滑桿控制項。
void GetSelection(
int& nMin,
int& nMax
) const;
nMin
out 接收目前選取範圍的開始位置的整數的參考。
nMax
out 接收目前選取範圍的結束位置的整數的參考。
Header: afxcmn.h