Sequence.EntryPointMenuHint

Syntax

Sequence.EntryPointMenuHint

Data Type

String

Purpose

Specifies a menu name for the entry point. You can specify multiple menu names separated by commas. An empty string value specifies that the application determines the menu the entry point appears in based on the entry point sequence type.

Remarks

Note This property applies only to an entry point sequence in a process model.

An application uses the first menu name in the list that it can find in the user interface. This option is useful if you use multiple user interfaces that have different menu names. If an application cannot find any menus in the user interface with the names that you specify, the application uses the default menu for the entry point type.

See Also

Sequence.EntryPointEnabledExpression

Sequence.EntryPointNameExpression

Sequence.GetEntryPointMenuFromHint

Sequence.Type