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

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

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_C1DialogExtender.
    3. Set the C1DialogExtender.Title property to Overview.
    4. Set the C1DialogExtender.Modal property to True to create a modal dialog box.
    5. Set the WidgetExtenderControlBase.Theme property to midnight.

    The markup for the C1DialogExtender will now look like this:

    <cc1:C1DialogExtender ID="Panel1_C1DialogExtender" runat="server"

           Modal="True" TargetControlID="Panel1" Theme="midnight"

            Title="Overview">

        </cc1:C1DialogExtender>

    Now run the project to see the formatted dialog  box.