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