Click or drag to resize
IST1500UGetBoolButtonProperty Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets the boolean button property.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
bool GetBoolButtonProperty(
	int regionNumber,
	STSeriesDeviceButtonProperty buttonProperty
)

Parameters

regionNumber
Type: SystemInt32
The region number.
buttonProperty
Type: Scriptel.STSeriesSTSeriesDeviceButtonProperty
The button property.

Return Value

Type: Boolean
The state of the requested property
See Also