Hide minimize and close button of GUI developed using app designer

조회 수: 26 (최근 30일)
Sampath Rachumallu
Sampath Rachumallu 2020년 5월 11일
댓글: Sampath Rachumallu 2020년 5월 11일
Hello all,
I am currently developing an application using appdesigner. I want to hide the minimise and close button('x' mark) which are present at the top right of each gui.How can i do it?Kindly help.
  댓글 수: 1
Sampath Rachumallu
Sampath Rachumallu 2020년 5월 11일
Found a useful hack.
We can hide the 'minimise' and 'close' button by setting 'WindowState' property of uifigure to 'full screen'. Here is the code
f = uifigure('WindowState', 'fullscreen');
But when the 'ESC' key is pressed it will come to normal window size having all 'minimise', 'close' buttons etc

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by