Click or drag to resize

ConsoleControlIsInputEnabled Property

Gets or sets a value indicating whether this instance has input enabled.

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

Property Value

Type: Boolean
true if this instance has input enabled; otherwise, false.
See Also