UserInterface.UseWideFormat Property

Top 

Description

This property has been Deprecated. See the 'Custom User Interfaces' guide in the help file for more information on setting up a UserInterface Object.

 

0/1 Flag indicating whether or not to use a wide formatted UserInterface panel.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myUserInterface1.UseWideFormat;

 

myUserInterface1.UseWideFormat = myVariable1;

 

See also

UserInterface Object

Custom User Interface Guide