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 Center および File ExchangeDevelop 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