DisabledEdges (Standard 8 Module Reference)

7/8/2014

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

This setting contains an integer value that specifies the edges to be disabled by the Gesture Filter.

The following table shows the possible values. You can combine these values using bitwise exclusive-or logic to disable multiple edge gestures.

Value

Description

1

Disables left edge input and app switcher gesture.

2

Disables right edge input and charm bar gesture.

4

Disables top edge input and top application bar gesture.

8

Disables bottom edge input and bottom application bar gesture.

16

Disables top left edge input gesture.

32

Disables top right edge input gesture.

64

Disables bottom left edge input gesture.

128

Disables bottom right edge input gesture.

In Image Configuration Editor (ICE), you can disable individual or multiple edge gestures by changing the value of the DisabledEdges setting for Gesture Filter. All edge gestures are enabled if you do not change the default configuration.

You cannot change the configuration for Gesture Filter during runtime.

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

Gesture Filter

Features/Lockdown/Gesture Filter/DisabledEdges

XML Example

The following XML example shows how to disable the right edge input and charm bar gesture.

<DisabledEdges>2</DisabledEdges>

See Also

Concepts

Feature Module Settings
Gesture Filter Overview