UserInterface.Title Property

Top 

Description

Used to specify the title of the UserInterface dialog presented to the operational user on run-time.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond 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:

""

 

Syntax

myString1 = myUserInterface1.Title;

 

myUserInterface1.Title = myString1;

 

See also

UserInterface Object

Custom User Interface Guide