UserInterface.AddSeparator(String, Variable) Method

Top 

Description

Adds a Separator to 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.

 

Method Signature

UserInterface.AddSeparator(

String label,


Variable showLine)

 

 

Arguments

label


Description:

The label shown on the Separator.

 

 

showLine


Description:

Determines whether a line is drawn on the Separator.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = myUserInterface1.AddSeparator(myString1, myVariable2);

 

 

See also

UserInterface Object

Custom User Interface Guide