Popup Menu visibility in MATLAB GUI

조회 수: 3 (최근 30일)
Raisa Qadir
Raisa Qadir 2013년 12월 18일
댓글: Raisa Qadir 2013년 12월 18일
How can I make the property of a popup menu invisible by pressing a button?
Thankx.

채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 18일
set() the Visible property of the uicontrol to 'off'
  댓글 수: 3
Walter Roberson
Walter Roberson 2013년 12월 18일
set(handles.NameOfPopupControl, 'visible', 'off');
Raisa Qadir
Raisa Qadir 2013년 12월 18일
okay, got it. Thank you so much.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by