Click or drag to resize
IST1500U.SetBoolButtonProperty 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,
	STSeriesDevice. ButtonProperty buttonProperty,
	bool state
)

Parameters

regionNumber
Type: System.Int32
The region number.
buttonProperty
Type: Scriptel.STSeries.STSeriesDevice.ButtonProperty
The button property.
state
Type: System.Boolean
if set to true [state].
See Also