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

text Element (presentation)

Applies To: Windows Server 2008

The text element, when used within the presentation element, is a localized string displayed within the parameter box by the Group Policy Management Console (GPMC) or the Local Group Policy Editor.

<text>Placeholder string text</text>

where Placeholder string text is a character string localized for a specific language.

There are no attributes associated with this element.

There are no child elements associated with this element.

This XML fragment is an example of using the text element to provide additional help text above the spin control parameter.

      <presentation id="Sample_NumericText">
        <text>These are optional lines of text that provide</text>
        <text>additional help text within the parameter display.</text>
        <text> </text>
        <decimalTextBox refId="Sample_NumericTextLabel">Spin box label:</decimalTextBox>
      </presentation>

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.