Multiline textbox to node

how to add multiline text box or list type o combo box to the document please help

When do you want those controls to be active? If you just want to show them when the user wants to edit a text string:

Set GoText.Multiline and GoText.Editable to true and GoText.EditorStyle to the editing style you want. Set GoText.Choices and/or GoText.DropDownList as needed.

yes walter i got the solution in the multiline gotext … thanks for the same