Click or drag to resize
STSeriesDevice.GetBoolButtonProperty 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
public override bool GetBoolButtonProperty(
	int regionNumber,
	STSeriesDevice. ButtonProperty buttonProperty
)

Parameters

regionNumber
Type: System.Int32
The region number.
buttonProperty
Type: Scriptel.STSeries.STSeriesDevice.ButtonProperty
The property you want to get

Return Value

Type: Boolean
The state of the requested property

Implements

ISTSeriesDevice.GetBoolButtonProperty(Int32, STSeriesDevice.ButtonProperty)
ISTSeriesDevice.GetBoolButtonProperty(Int32, STSeriesDevice.ButtonProperty)
Exceptions
ExceptionCondition
NotAButtonExceptionwhen the region is not a button.
ArgumentExceptionwhen an invalid button property is requested
See Also