Click or drag to resize
DigitalRuneConsoleText Property
Gets the text currently entered at the prompt.

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 StringBuilder Text { get; }

Property Value

Type: StringBuilder
The text currently entered at the prompt.
Remarks

The current text is not in TextLines.

Call InvalidateArrange after changing the text to update the console.

See Also