can i change the size of msgbox?

6 views (last 30 days)
can i change the size of msgbox and want to know about color options for msgbox

Accepted Answer

Walter Roberson
Walter Roberson on 21 Aug 2013
You can in theory change the size of msgbox by changing the root property 'DefaultFigurePosition' via set(0,'DefaultFigurePosition',[....])
There are no options provided to change msgbox()'s size.
There are no color options for msgbox.
  2 Comments
Jan
Jan on 20 Sep 2013
Do not forget to restore the original value of the DefaultFigurePosition afterwards. Otherwise other dialogs might look too strange.
You can create a local copy of msgbox.m and modify it to your needs, e.g. as msgboxXtra.m .

Sign in to comment.

More Answers (0)

Categories

Find more on Dialog Boxes in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!