Share via


ControlType (Standard 8 Module Reference)

7/8/2014

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

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

For more information about control types, see Control Type Identifiers.

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

XML Example

The following XML example shows how to set the control type for a button control on a blocked window.

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

See Also

Concepts

Feature Module Settings