Can a "mouse right click" callback function be added to "edit field" box (in app design)?
조회 수: 3 (최근 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!