UserInterface.ContinueButtonLabel Property

Top 

Description

The string used to specify the caption that is applied to the "Continue" button on the UserInterface panel. This allows the user to enter their own text (i.e. Next, Thruster-Parms, etc).

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"&Continue"

 

Syntax

myString1 = myUserInterface1.ContinueButtonLabel;

 

myUserInterface1.ContinueButtonLabel = myString1;

 

See also

UserInterface Object

Custom User Interface Guide