CMFCRibbonEdit::EnableSpinButtons
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. |