TextBox - LiruJ/GuiCookie GitHub Wiki
The TextBox controller acts as a manager for the underlying TextBlock component. This is a mostly empty class, existing purely to make interacting with dedicated text boxes easier.
public, OnCreated()
This is used to display the actual text of the element.
string
Gets or sets the text.
Color?
Gets or sets the colour of the text.