Simulink.dialog.Tab class

Package: Simulink.dialog

Create an instance of a tab dialog control

Description

Use an instance of Simulink.dialog.Tab class to create an instance of tab dialog control.

Properties

Name

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

Type: character vector

Prompt

Specifies the text displayed on the tab.

Type: character vector

Default: Empty character vector

Enabled

Specifies whether tab is active on the mask dialog box.

Type: boolean

Values: 'on'|'off'

Default: 'on'

Visible

Specifies whether tab is displayed on the mask dialog box.

Type: boolean

Values: 'on'|'off'

Default: 'on'

DialogControls

Specifies the child dialog controls contained in the tab dialog control.

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