CSliderCtrl::SetRange
設定範圍 (最小值和最大值的位置) 在滑桿控制項的標籤。
void SetRange(
int nMin,
int nMax,
BOOL bRedraw = FALSE
);
參數
nMin
滑桿的最小的位置。nMax
滑桿的位置最大值。bRedraw
重繪旗標。 如果此參數為, 是滑桿重新繪製,範圍設定之後,否則滑桿不會重新繪製。
需求
Header: afxcmn.h
設定範圍 (最小值和最大值的位置) 在滑桿控制項的標籤。
void SetRange(
int nMin,
int nMax,
BOOL bRedraw = FALSE
);
nMin
滑桿的最小的位置。
nMax
滑桿的位置最大值。
bRedraw
重繪旗標。 如果此參數為, 是滑桿重新繪製,範圍設定之後,否則滑桿不會重新繪製。
Header: afxcmn.h