Visible property
- Last UpdatedJul 19, 2024
- 1 minute read
The Visible property is a read-write Boolean property that gets or sets the visibility of the Alarm Control.
Syntax
result = AlarmClient.Visible;
AlarmClient.Visible = Boolean;
The Visible property is a read-write Boolean property that gets or sets the visibility of the Alarm Control.
result = AlarmClient.Visible;
AlarmClient.Visible = Boolean;