Class: Simulink.dialog.Container
Package: Simulink.dialog
Add dialog control elements to mask dialog box
adds dialog control elements like text, hyperlinks, or tabs to mask dialog box.
First get the mask object and assign it to the variable successIndicator = maskObj
.addDialogControl(controlType
,controlIdentifier
)maskObj
specifies the Name and Value arguments for an element on the mask dialog box. You
can specify multiple Name-Value pairs.successIndicator = maskObj
.addDialogControl(Name,Value
)