How do I access the prompt location property in masks programmatically?

조회 수: 2 (최근 30일)
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
MathWorks Support Team 2025년 1월 20일
편집: 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개)

카테고리

Help CenterFile Exchange에서 Author Block Masks에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by