default Element
Applies To: Windows Server 2008
The default element is a localized default displayed when the combo box parameter is active.
Syntax
<default>Placeholder localized text</default>
Attributes
There are no attributes associated with this element.
Child elements
There are no child elements associated with this element.
Remarks
The default element is optional. You cannot create more than one default element.
Examples
This XML fragment specifies a combo box parameter with a default value, "None".
<comboBox refId="Sample_ComboBox_Filename" noSort="true" >
<label>Sample Executable File Name</label>
<default>None</default>
<suggestion>Filename A</suggestion>
<suggestion>Filename B</suggestion>
<suggestion>EXECUTABLE.EXE</suggestion>
</comboBox>