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.
Call DDV_MinMaxSlider to verify that the value in the control associated with value falls between minVal and maxVal.
void AFXAPI DDV_MinMaxSlider(
CDataExchange* pDX,
DWORD value,
DWORD minVal,
DWORD maxVal
);
Parameters
pDX
A pointer to a CDataExchange object. The framework supplies this object to establish the context of the data exchange, including its direction.value
A reference to the value to be validated. This parameter holds or sets the slider control's current thumb position.minVal
Minimum value allowed.maxVal
Maximum value allowed.
Remarks
For more information about DDV, see Dialog Data Exchange and Validation. For information about slider controls, see Using CSliderCtrl.
Requirements
Header: afxdd_.h