RobotNumber Property

Applies To
StatusBar

Description
Get or sets the robot number to use when ShowRobot is True.

Usage

GGet Form.Control.RobotNumber, var  
GSet  Form.Control.RobotNumber, value  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name. The control must exist in the specified form.
var
Integer variable that will contain the value of the property.
value
Integer expression for the new value of the property.

Values
An integer that specifies the robot number used to display the robot information.
Default: 1

See Also
StatusBar, ShowRobot

Example

GSet frmMain.StatusBar1.RobotNumber, 2