Step 3 of 3: Running the Application
In the previous two steps, you created a WPF application with a C1TimeEditor control and customized the control. In the last step of this quick start, you will run the project and interact with the control.
Complete the following steps:
1. Press F5 to run the project. Observe that it loads with a time value of 5:00 p.m. and that the control only shows hours and minutes.
2. Click the decrease
time button and observe that time
value decreases by one hour to 4:00 p.m.
3. Click and hold the increase time button so that the control will spin through values. Observe that the control waits one second between value changes.
Congratulations – you have completed the quick start. Now that you have finished the quick start, we recommend that you visit the Working with C1TimeEditor or C1TimeEditor Task-Based Help topics.
|