string of the button edit

2 ビュー (過去 30 日間)
zhiping
zhiping 2011 年 6 月 8 日
hi, I have a question about button edit. Generelly in the string of edit, we can only input a line of data. Can we input the data in different line?

採用された回答

Paulo Silva
Paulo Silva 2011 年 6 月 8 日
'edit' – Editable text fields enable you to enter or modify text values. Use editable text when you want free text as input. To enable multiple lines of text, set Max-Min>1. Multiline edit boxes provide a vertical scroll bar for scrolling. The arrow keys also provide a way to scroll. Obtain the current text by getting the String property. The String property does not update as you type in an edit box. You must click away from the edit box to update its String property and activate its callback.
  1 件のコメント
zhiping
zhiping 2011 年 6 月 8 日
Thanks a lot.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by