Hide minimize and close button of GUI developed using app designer

25 visualizzazioni (ultimi 30 giorni)
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 Commento
Sampath Rachumallu
Sampath Rachumallu il 11 Mag 2020
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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by