IST1500U.GetBoolButtonProperty 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,
STSeriesDevice. ButtonProperty buttonProperty
)
Function GetBoolButtonProperty (
regionNumber As Integer,
buttonProperty As STSeriesDevice. ButtonProperty
) As Boolean
bool GetBoolButtonProperty(
int regionNumber,
STSeriesDevice. ButtonProperty buttonProperty
)
abstract GetBoolButtonProperty :
regionNumber : int *
buttonProperty : STSeriesDevice. ButtonProperty -> bool
Parameters
- regionNumber
- Type: System.Int32
The region number. - buttonProperty
- Type: Scriptel.STSeries.STSeriesDevice.ButtonProperty
The button property.
Return Value
Type:
Boolean
The state of the requested property
See Also