IST1500U.SetBoolButtonProperty 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,
STSeriesDevice. ButtonProperty buttonProperty,
bool state
)
Sub SetBoolButtonProperty (
regionNumber As Integer,
buttonProperty As STSeriesDevice.ButtonProperty,
state As Boolean
)
void SetBoolButtonProperty(
int regionNumber,
STSeriesDevice. ButtonProperty buttonProperty,
bool state
)
abstract SetBoolButtonProperty :
regionNumber : int *
buttonProperty : STSeriesDevice. ButtonProperty *
state : bool -> unit
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