Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008
The listBox element represents a list parameter. The listBox element must be associated with a list element defined in the elements element.
Syntax
<listBox refId="<placeholderID>">Placeholder label:</listBox>
where Placeholder label is label text for the parameter.
Attributes
| Attributes | Required | Description |
|---|---|---|
Yes |
A mapping to the element. |
Child elements
There are no child elements associated with this element.
Remarks
The listBox element is associated with a list parameter in the Group Policy Management Console or Local Group Policy Editor. To open the list, click the show button. The listBox element will require a matching list element in the corresponding .admx file with matching id attribute as declared in the presentation element containing the listBox element.
Examples
This XML fragment specifies a listBox element with label, "Single Column Title".
<listBox refId="Sample_ListBox_SingleColumn_Param">Single Column Title</listBox>