How do I access the prompt location property in masks programmatically?
5 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2019 年 9 月 17 日
編集済み: MathWorks Support Team
2025 年 1 月 21 日 6:05
I am looking for a way to set the Prompt Location property of a mask programmatically.
I could not find it in the following doc:
採用された回答
MathWorks Support Team
2025 年 1 月 20 日 0:00
編集済み: MathWorks Support Team
2023 年 12 月 23 日
You can access the prompt location property in masks programmatically by the following command:
MO = get_param(gcb,'MaskObject')
MO.Parameters(1).DialogControl.PromptLocation = 'left'
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Create Block Masks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!