Value Property
Syntax
CWButton.Value
Data Type
Purpose
Specifies the current value of the button.
Example
CWButton1.Value = True
'Read the current value of the button
AlarmState = CWAlarmLED.Value
CWButton.Value
Specifies the current value of the button.
CWButton1.Value = True
'Read the current value of the button
AlarmState = CWAlarmLED.Value