Hide minimize and close button of GUI developed using app designer

29 visualizaciones (últimos 30 días)
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 comentario
Sampath Rachumallu
Sampath Rachumallu el 11 de Mayo de 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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by