Clear Filters
Clear Filters

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

4 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 1 Jul 2024 at 0:00
Edited: MathWorks Support Team on 23 Dec 2023
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'

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!