UIEDIT

版本 1.0.0.0 (1.4 KB) 作者: Daniel Claxton
Multi-line GUI edit control.
3.9K 次下载
更新时间 2005/3/17

无许可证

UIEDIT multi-line edit box
UIEDIT invokes a GUI object which is similar to the edit box available
in GUIDE. The major difference is that the edit object in GUIDE does
not allow the user to input more than one line of text.

UIEDIT supports:
- Scrollbars
- Multi-line text
- Copy & Paste

WARNING!!
If you are using a version prior to 6.5.1 Matlab 6.5 (R13 SP1)
Please see the following documentation for compatability.
http://www.mathworks.it/support/solutions/data/1-1ABWL.html;jsessionid=C49Th9nSj1FD1PrK6MyKylJWfCYyMTV8GFDWYvxQt5ZqWpGv5hfN!-660561515?solution=1-1ABWL

h = UIEDIT returns a handles to the graphic object.
SET(h,'property',value) and GET(h,'property') can be used to modify the
current object. Some knowledge of activex controls is required to
modify some of the properties.

Properities are slightly different than most GUI objects. Type get(h)
to see a list of properties.

example:
h = uiedit(gcf,[50,50,460,320]);
set(h,'text','This is a uiedit control example')

See also: UICONTROL, ACTXCONTROL

引用格式

Daniel Claxton (2024). UIEDIT (https://www.mathworks.com/matlabcentral/fileexchange/7166-uiedit), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0