Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables and sets the range of the spin button for the text box.
void EnableSpinButtons(
int nMin,
int nMax
);
Parameters
[in] nMin
The minimum value of the spin button.[in] nMax
The maximum value of the spin button.
Remarks
Spin buttons display an up and down arrow and enable users to move through a fixed set of values.
Requirements
Header: afxRibbonEdit.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
September 2008 |
Updated whole topic. |
Completed new topic. |