Main Content

Simulink.dialog.Control Class

Namespace: Simulink.dialog

Create instance of dialog control

Description

The Simulink.dialog.Control class is a handle class that enables you to manage different types of controls such as parameter, display, and action controls.

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

Properties

expand all

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

Example: 'Container1', 'Parameter2'

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char | string

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

Example: 'Open to View'

Attributes:

GetAccess
public
SetAccess
public
GetObservable
true
SetObservable
true

Data Types: char | string

Alternatives

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

Version History

Introduced in R2013b