Click or drag to resize

ConsoleControlSendKeyboardCommandsToProcess Property

Gets or sets a value indicating whether [send keyboard commands to process].

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public bool SendKeyboardCommandsToProcess { get; set; }

Property Value

Type: Boolean
true if [send keyboard commands to process]; otherwise, false.
See Also