ComponentOne Basic Library for UWP
Basic Library Overview / Menu for UWP / Menu for UWP Quick Start / Step 4 of 4: Running the Project
In This Topic
    Step 4 of 4: Running the Project
    In This Topic

    Now that you have created a Universal Windows project with a C1Menu control, the only thing left to do is run the project and observe the results of your work.

    Complete the following steps:

    1. Select Debug | Start Debugging to run the project.
    1. Click File and observe that a submenu appears.
    1. Hover your cursor over New and observe that another submenu appears.
    1. Click Window and click Document 4.

    The Window submenu closes and the name of the item appears in the text box.

    1. Right-click the menu and notice that the context menu appears.
    1. Select and item in the context menu and observe that the name of the item appears in the TextBlock on the screen.

    Congratulations! You have completed the Menu for UWP Quick Start.

    See Also