ShowRobot Property

Applies To
StatusBar

Description
Get or sets whether to display the robot name and model that is specified by the RobotNumber property on a StatusBar control.

Usage

GGet Form.Control.ShowRobot, var  
GSet  Form.Control.ShowRobot, 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
Boolean variable that will contain the value of the property.
value
Boolean expression for the new value of the property.

Values
False
True
Default: False

See Also
StatusBar, ShowDateTime, ShowEStop, ShowSafeguard

Example

GSet frmMain.StatusBar1.ShowRobot, True