Table of Contents

Class Configuration.InputConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters for keyboard/mouse input.

public class Configuration.InputConfig : Configuration.AbstractConfig
Inheritance
Configuration.InputConfig
Inherited Members

Properties

AsynchronousDispatching

Gets or sets a value indicating whether the inputs from keyboard and mouse are dispatched asynchronously, i.e. without blocking the low level Windows hooks.

public bool AsynchronousDispatching { get; set; }

Property Value

bool

A value indicating whether inputs are dispatched asynchronously.

EnableImeHook

Enable/Disable IME hook

public bool EnableImeHook { get; set; }

Property Value

bool