Main Content

Simulink.dialog.Hyperlink Class

Namespace: Simulink.dialog
Superclasses: Simulink.dialog.Control

Create instance of hyperlink dialog control

Description

The Simulink.dialog.Hyperlink class enables you to manage the hyperlink dialog control.

The Simulink.dialog.Hyperlink class is a handle class.

Properties

expand all

Identifier of the hyperlink dialog control, specified as a string scalar or character vector.

Example: 'Control1'

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char | string

Display text of the hyperlink dialog control, specified as a string scalar or character vector.

Example: 'Signal 1'

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char | string

MATLAB code executed when you click the hyperlink dialog control, specified as a character vector.

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char

Placement of hyperlink dialog control, specified as 'new' or 'current'.

  • 'new' — Place the hyperlink dialog control in a new row on the mask dialog box.

  • 'current' — Place the hyperlink dialog control in the same row as the previous dialog control on the mask dialog box.

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char | string

Option to edit the hyperlink on the mask dialog box, specified as 'on' or 'off'.

  • 'on' — You can click the hyperlink on a mask dialog box.

  • 'off' — You cannot click the hyperlink on a mask dialog box.

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: logical

Option to display the hyperlink on the mask dialog box, specified as 'on' or 'off'.

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: logical

Option to control the horizontal stretch of the hyperlink dialog control when you resize the mask dialog box, specified as 'on' or 'off'.

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: logical

Informative message that appears when you point to an instance of the hyperlink dialog control, specified as a string scalar or character vector.

Example: 'Click to select'

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char | string

Alternatives

You can manage a hyperlink dialog control using the Parameters & Dialog pane in the Mask Editor dialog box. For more information, see Parameters & Dialog Pane.

Version History

Introduced in R2013b