UserInterface.NavigationType Property

Top 

Description

Determines how the user will navigate the pages of the UserInterface.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Ordered Access" ( Ordered Access )

Valid Values:

Value

Label

"Ordered Access"

Ordered Access

"Random Access"

Random Access

 

Syntax

myString1 = myUserInterface1.NavigationType;

 

myUserInterface1.NavigationType = myString1;

 

See also

UserInterface Object

Custom User Interface Guide