Can a "mouse right click" callback function be added to "edit field" box (in app design)?
9 次查看(过去 30 天)
显示 更早的评论
The "ValueChangedFunc" callback can be added to the "EditField" box (in app design).
What other callback functions can be added on the "EditField" box?
For example, with mouse right clicking?
Thanks.
1 个评论
Ameer Hamza
2020-4-6
编辑:Ameer Hamza
2020-4-6
This shows that only four types of callbacks are supported for edit field: https://www.mathworks.com/help/releases/R2020a/matlab/ref/matlab.ui.control.editfield-properties.html#d120e1418540
and none of them is related to mouse events.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!