ChildIdentifier (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the ChildIdentifier setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies a unique identifier for a child control of a blocked window.

The 255 available values are a range of strings from CHILD0 to CHILD254.

In Image Configuration Editor (ICE), the setting values are available in a drop-down list.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Dialog Filter

Features/Lockdown/Dialog Filter/DialogFilterDefaultConfiguration/BlockedWindows/BlockedWindow/ContentInfo/CHILD/ChildIdentifier

XML Example

The following XML example shows how to set a unique identifier for a child control of a blocked window.

<CHILD wcm:action="add">
    <ChildIdentifier>CHILD0</ChildIdentifier>
    <ControlName>OK_Button/ControlName>
    <ControlType>50000</ControlType>
</CHILD>

See Also

Concepts

Feature Module Settings