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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by