Expand Minimize
This topic has not yet been rated - Rate this topic

default Element

Applies To: Windows Server 2008

The default element is a localized default displayed when the combo box parameter is active.

<default>Placeholder localized text</default>

There are no attributes associated with this element.

There are no child elements associated with this element.

The default element is optional. You cannot create more than one default element.

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>

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.