Textbox closing

createTextBox(this, 100, 400, {
 wrapWidth: 500,
 fixedWidth: 500,
 fixedHeight: 65,

})

.start(content, 50)

How do I destroy a text box when showing what was written and starting another?