Visible
- Last UpdatedNov 17, 2021
- 1 minute read
The Visible property is a read-write property that determines whether an object is visible or hidden.
Syntax
<objectname>.Visible = discrete;
Result = <objectname>.Visible;
Remarks
This property is not available in the InTouch HMI software. To hide the control, change the object coordinates so that the object appears out of the bounds of the window.