You create a text by creating an instance of the NTextBox class. The following code snippet creates a text box:
Creating a Text Box |
Copy Code
|
---|---|
NTextBox textBox = new NTextBox(); textBox.Text = "Some Text"; |