Each control that you place on your custom wizard page has properties. These properties are used to configure the appearance of the control and how the UDI Wizard processes the information the control collects.

The following types of properties are available for Build Your Own Page toolbox controls:

·     Layout properties. Use these properties to configure the UI characteristics of the control. Every control has Layout properties, such as the Y, X, Width, and Height properties.

For more information about the Layout properties for a specific control, see the corresponding section for each control in UDI Build Your Own Page Toolbox Control Reference in the MDT document, Toolkit Reference.

·     Settings properties. Use these properties to configure the data that is initially shown in a control (default value) and where the information collected from the user is saved. Only controls that collect information have Settings properties, such as the Task sequence variable name and Friendly display name visible in summary page properties.

For more information about the Settings properties for a specific control, see the corresponding section for each control in UDI Build Your Own Page Toolbox Control Reference in the MDT document, Toolkit Reference.

To edit custom wizard page control properties

1.   In the UDI Wizard Designer, in the Page Library, click custom_wizard_page (where custom_wizard_page is the name of the custom wizard page on which you want to position the control).

2.   In the details pane, click the Configure tab.

The custom wizard page is displayed in the details pane.

3.   In the details pane, click toolbox_control (where toolbox_control is the control you want to position on the custom wizard page).

4.   Click the Layout tab to configure the Layout properties.

For more information about the Layout properties for a specific control, see the corresponding sections for each control in UDI Build Your Own Page Toolbox Control Reference in the MDT document, Toolkit Reference.

5.   Click the Settings tab to configure the Settings properties.

For more information about the Settings properties for a specific control, see the corresponding sections for each control in UDI Build Your Own Page Toolbox Control Reference in the MDT document, Toolkit Reference.

Related Topics

Creating Custom Wizard Pages Using the Build Your Own Page Feature