Can a "mouse right click" callback function be added to "edit field" box (in app design)?
2 views (last 30 days)
Show older comments
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 Comment
Ameer Hamza
on 6 Apr 2020
Edited: Ameer Hamza
on 6 Apr 2020
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.
Answers (0)
See Also
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!