Step 3 of 4: Customizing the Dialog Box
In This Topic
In this topic you will set some of the properties for the WijDialog .
- Select View | Properties Window in the Visual Studio menu.
- Click the drop-down list at the top of the Properties window and select Panel1_WijDialog.
- Set the WijDialog.Title property to Overview.
- Set the WijDialog.Modal property to True to create a modal dialog box.
- Set the WidgetExtenderControlBase.Theme property to midnight.
The markup for the WijDialog will now look like this:
<cc1:WijDialog ID="Panel1_WijDialog" runat="server"
Modal="True" TargetControlID="Panel1" Theme="midnight"
Title="Overview">
</cc1:WijDialog>
Now run the project to see the formatted dialog box.