In Visual Studio, I actually have a control called "TextBox" and I can do things like Textbox1.Text = "SomeText" to set text, etc. But in Mono, I can't find something like that. I found TextView but, from what I'm reading, that seems to be something different.