ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1MenuExtender / C1Menu Extender Tutorial / Step 3 of 4: Customizing the Menu
In This Topic
    Step 3 of 4: Customizing the Menu
    In This Topic

    In this topic you will set some of the properties for the C1MenuExtender.

    1. In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select Panel1_C1MenuExtender.
    2. Set the C1MenuExtender.TriggerEvent property to Rtclick.
    3. Set the C1MenuExtender.Orientation property to Vertical. The markup for the C1MenuExtender will now look like this:

    <cc1:C1MenuExtender ID="Panel1_C1MenuExtender" runat="server"

            TargetControlID="Panel1" TriggerEvent="Rtclick" Orientation="Vertical">

            <hideanimation>

                <animated effect="fade">

                </animated>

            </hideanimation>

            <slidinganimation easing="">

            </slidinganimation>

        </cc1:C1MenuExtender>

    1. Now run the project to see the formatted menu.