PRB: Slider--Behavior of ClearSel/SelectRangeLast reviewed: February 9, 1996Article ID: Q145684 |
The information in this article applies to:
SYMPTOMSAfter using the Slider control's ClearSel method, the SelStart property is set to -1. According to the Visual Basic documentation and to the online help, the SelStart property should be identical to the Value property after using the ClearSel method. In this case, the documentation is incorrect.
RESOLUTIONDepending on what is done with the Slider control, the effect of this conduct will vary. Write code that takes this behavior into account. Be sure to remember that this also means that you can't assume that SelStart will always remain between the Min and Max properties of the Slider control.
STATUSThis behavior is by design.
MORE INFORMATION
|
Additional reference words: 4.00 vb4win vb432 slider
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |