IsFrozen property
- Last UpdatedJul 19, 2024
- 1 minute read
The IsFrozen property is a read-only Boolean property that can be used to identify whether the alarm client control is in a Frozen mode.
When the value is True, the control is frozen, else the control is not frozen.
Remarks
For more information, see Freeze and unfreeze the Alarm Control grid.
Example
Dim FR as boolean;
FR = AlarmClient1.IsFrozen;