The EditorPage example is used to configure the configuration settings for the SamplePage wizard page in the UDI Wizard configuration file. The EditorPage example has the following primary components:

·     UI to configure the Location combo box settings

·     UI to add or edit a location in the list of possible locations, which are shown in the Location combo box

·     Configuration settings read from and saved to the UDI Wizard configuration file

·     Supporting code for the other components

Review the EditorPage example in Visual Studio by performing the following steps:

1.   Review how the SampleEditor wizard page editor is loaded and initialized in the UDI Wizard Designer as described in Review Wizard Page Editor Loading and Initialization.

2.   Review the UI used to edit the Location combo box in the LocationPageEditor.xaml and LocationPageEditor.xaml.cs files as described in Review the User Interface Used to Configure the Location Combo Box.

3.   Review the UI used to add or edit locations to the list in the AddEditLocationView.xaml and AddEditLocationView.xaml.cs files as described in Review the User Interface Used to Modify the List of Possible Locations.

4.   Review the code used to manage configuration information saved in the UDI Wizard configuration file as described in Review the Code Used to Manage Configuration Information.

Related Topics

Review the SampleEditor Visual Studio Solution
Review Wizard Page Editor Loading and Initialization
Review the User Interface Used to Configure the Location Combo Box
Review the User Interface Used to Modify the List of Possible Locations
Review the Code Used to Manage Configuration Information