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.
This section contains example code and information about how to create and use up-down controls.
In this section
| Topic | Description |
|---|---|
| How to Create Up-Down Controls |
You create up-down controls by calling the CreateWindowEx function and passing the value UPDOWN_CLASS for the Windows class parameter lpClassName. |