Simulink.dialog.Hyperlink class

Package: Simulink.dialog

Create a hyperlink dialog control

Description

Use an instance of Simulink.dialog.Hyperlink class to add a hyperlink dialog control.

Properties

Name

Uniquely identifies the dialog control and is a required field.

Type: character vector

Prompt

Specifies the text displayed on the hyperlink.

Type: character vector

Default: empty

Callback

Specifies the MATLAB® command (s) to be executed when the dialog control is invoked.

Type: character vector

Default: empty

Row

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

Type: character vector

Value: 'current'|'new'

Default: 'new'

Enabled

Indicates whether hyperlink is active on the mask dialog box.

Type: boolean

Value: 'on'|'off'

Default: 'on'

Visible

Indicates whether hyperlink is displayed on the mask dialog box.

Type: boolean

Value: 'on'|'off'

Default: 'on'