Click or drag to resize
ISTSeriesDeviceSetBoolButtonProperty 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.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
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].
See Also