The information in this article applies to:
SYMPTOMSWhen you click the up or down button on an UpDown control, you notice that the value changes by more than the amount specified for the Increment property. For example, if the Increment property is 2, the value of the UpDown control may change by 3 instead of 2. CAUSEWhen you click the up or down button to change the value of an UpDown control, the control will first "normalize" the current value before it is changed by the amount specified in the Increment property. By normalizing the value, the UpDown control may change by more than the amount specified in the Increment property so that the new value is evenly divisible by the Increment. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbDSD kbVBp kbVBp500 kbCtrl kbVBp600
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |