| ISTSeriesDeviceGetBoolButtonProperty Method  |   | 
            Gets the boolean button property.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxbool GetBoolButtonProperty(
	int regionNumber,
	STSeriesDeviceButtonProperty buttonProperty
)
Function GetBoolButtonProperty ( 
	regionNumber As Integer,
	buttonProperty As STSeriesDeviceButtonProperty
) As Boolean
bool GetBoolButtonProperty(
	int regionNumber, 
	STSeriesDeviceButtonProperty buttonProperty
)
abstract GetBoolButtonProperty : 
        regionNumber : int * 
        buttonProperty : STSeriesDeviceButtonProperty -> bool 
Parameters
- regionNumber
 - Type: SystemInt32
The region number. - buttonProperty
 - Type: Scriptel.STSeriesSTSeriesDeviceButtonProperty
The property you want to get 
Return Value
Type: 
Boolean
            The state of the requested property
            
Exceptions
See Also