| ISTSeriesDeviceSetBoolButtonProperty Method  |   | 
            Sets the button properties.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxvoid SetBoolButtonProperty(
	int regionNumber,
	STSeriesDeviceButtonProperty buttonProperty,
	bool state
)
Sub SetBoolButtonProperty ( 
	regionNumber As Integer,
	buttonProperty As STSeriesDeviceButtonProperty,
	state As Boolean
)
void SetBoolButtonProperty(
	int regionNumber, 
	STSeriesDeviceButtonProperty buttonProperty, 
	bool state
)
abstract SetBoolButtonProperty : 
        regionNumber : int * 
        buttonProperty : STSeriesDeviceButtonProperty * 
        state : bool -> unit 
Parameters
- regionNumber
 - Type: SystemInt32
The region number. - buttonProperty
 - Type: Scriptel.STSeriesSTSeriesDeviceButtonProperty
The button property. - state
 - Type: SystemBoolean
if set to true [state]. 
See Also