Simulink.dialog.Panel class

Package: Simulink.dialog

Create an instance of a panel dialog control

Description

Use an instance of Simulink.dialog.Panel class to create an instance of panel dialog control.

Properties

Name

Uniquely identifies the panel dialog control and is a required field.

Type: character vector

Row

Specifies whether panel is placed on the current row or on a new row.

Type: character vector

Values: 'current'|'new'

Default: 'new'

Enabled

Specifies whether panel is active on the mask dialog box.

Type: boolean

Values: 'on'|'off'

Default: 'on'

Visible

Specifies whether panel is displayed on the mask dialog box.

Type: boolean

Values: 'on'|'off'

Default: 'on'

DialogControls

Specifies the child dialog controls contained in the panel.

Type: Simulink.dialog.Control

Default: Empty array

Methods

addDialogControlAdd dialog control elements to mask dialog box
getDialogControlSearch for a specific dialog control on the mask
removeDialogControlRemove dialog control element from mask dialog box