Main Content

Simulink.dialog.TabContainer class

Package: Simulink.dialog

Create an instance of a tab container dialog control

Description

Use an instance of Simulink.dialog.TabContainer class to create an instance of tab container dialog control. Tab container dialog box be used to group the tab dialog controls.

Properties

Name

Uniquely identifies the tab container dialog control and is a required field.

Type: character vector

Row

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

Type: enumerated string

Values: 'current'|'new'

Default: 'new'

Enabled

Specifies whether tab container is active on the mask dialog box.

Type: boolean

Values: 'on'|'off'

Default: 'on'

Visible

Specifies whether tab container is displayed on the mask dialog box.

Type: boolean

Values: 'on'|'off'

Default: 'on'

DialogControls

Specifies the child dialog controls contained in the group. Simulink.dialog.TabContainer class can only contain Simulink.dialog.Tab dialog control.

Type: Simulink.dialog.Tab

Default: Empty array

Methods

addDialogControlAdd dialog control elements to mask dialog box
removeDialogControlRemove dialog control element from mask dialog box