Click or drag to resize
DigitalRuneUIScreenInputEnabled Property
Gets or sets a value indicating whether input is enabled for this screen.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public bool InputEnabled { get; set; }

Property Value

Type: Boolean
if input is enabled for this screen; otherwise, if the screen and all child controls ignore input.
See Also