Click or drag to resize
HyperTextInputTextSource Property
Gets or sets the input text source. If a value is assigned, its OutputText will be used in place of the value in the UI.Text.text property on this instance.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ITextSource InputTextSource { get; set; }

Property Value

Type: ITextSource
The input text source.
See Also