This control allows you to add a bitmap graphic (.bmp file) to the custom wizard page. This control does not collect any configuration values but rather is used to visually enhance the UI.

Layout Properties

Layout properties are used to configure the UI characteristics of the control and are configured on the Layout tab in the UDI Wizard Designer. Table 54 lists the layout properties for the Bitmap control and provides a brief description of each property.

Table 54. Bitmap Control Layout Properties

Property

Description

X

Use this property to configure the horizontal position of the control.

Y

Use this property to configure the vertical position of the control.

Width

Use this property to configure the width of the control.

Note   If the graphic selected in the Source property is longer than the width of the control, the graphic is clipped.

Height

Use this property to configure the height of the control.

Note   If the graphic selected in the Source property is taller than the height of the control, the graphic is clipped.

Source

Use this property to configure the fully qualified path to the .bmp file, including the file name. The path to the .bmp file is relative to the location of the UDI Wizard (OSDSetupWizard.exe), which is on one of the following folders (where mdt_tookit_package is the location of the MDT toolkit package in Configuration Manager):

·     mdt_tookit_package\Tools\x86

·     mdt_tookit_package\Tools\x64

To view the graphic when previewing the custom wizard page, the .bmp file must also be located in the following folders (where mdt_install_folder is the folder where you installed MDT):

·     mdt_install_folder\Template\Distribution\Tools\x86

·     mdt_install_folder \Template\Distribution\Tools\x64

 

Settings Properties

The Bitmap control has no settings properties.

Related Topics

UDI Build Your Own Page Toolbox Control Reference