Description
An UpDown control can use acceleration to change the rate at which the control’s value changes when a user clicks the up or down button of the control. Acceleration information is stored along with the object in memory in the form of blocks (or items) which specify the time interval and the number by which the control increments or decrements its value. The wAccelerationCount
property specifies the number of acceleration items the control has. To work with acceleration information, use the wAcceleration
property.
Declaration
TestObj.wAccelerationCount
Read-Only Property | Integer |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
The total number of acceleration items that the UpDown control uses.
Example
To view an example that demonstrates how to use the wAccelerationCount
property, see UpDown Acceleration Information in Desktop Windows Applications.
See Also
UpDown Acceleration Information in Desktop Windows Applications
Win32AccelerationInfo object
wAcceleration Property (UpDown Controls)