ControlName (Standard 8 Module Reference)

7/8/2014

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

This setting contains a string that specifies the name of a child control of a blocked window.

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/ControlName

XML Example

The following XML example shows how to set the name 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