Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the range (minimum and maximum positions) for the slider in a slider control.
void SetRange(
int nMin,
int nMax,
BOOL bRedraw = FALSE
);
Parameters
nMin
Minimum position for the slider.nMax
Maximum position for the slider.bRedraw
The redraw flag. If this parameter is TRUE, the slider is redrawn after the range is set; otherwise the slider is not redrawn.
Requirements
Header: afxcmn.h