ShowEStop Property
Applies To
StatusBar
Description
Gets or sets whether to display EStop status on a StatusBar control.
Usage
GGet Form.Control.ShowEStop, var
GSet Form.Control.ShowEStop, 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, ShowRobot, ShowSafeguard
Example
GSet frmMain.StatusBar1.ShowEStop, True