Click or drag to resize
STSeriesDeviceSetBoolButtonProperty Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Sets the button properties. Support for many of these operations are only available in firmware version 2.2.3 and later. Usage of the functions in earlier firmware can result in incorrect behavior.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void SetBoolButtonProperty(
	int regionNumber,
	STSeriesDeviceButtonProperty buttonProperty,
	bool state
)

Parameters

regionNumber
Type: SystemInt32
The region number.
buttonProperty
Type: Scriptel.STSeriesSTSeriesDeviceButtonProperty
The button property.
state
Type: SystemBoolean
if set to true [state].

Implements

ISTSeriesDeviceSetBoolButtonProperty(Int32, STSeriesDeviceButtonProperty, Boolean)
ISTSeriesDeviceSetBoolButtonProperty(Int32, STSeriesDeviceButtonProperty, Boolean)
Exceptions
ExceptionCondition
NotAButtonExceptionwhen the region is not a button.
ArgumentExceptionwhen an invalid button property is requested
See Also