Click or drag to resize
STSeriesDeviceSetTextButtonProperty Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Sets the button properties. Support for many of these operations are only available in firmware version 2.2.3 and later. Usage of the functions in earlier firmware can result in incorrect behavior.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void SetTextButtonProperty(
	int regionNumber,
	STSeriesDeviceButtonProperty buttonProperty,
	string text
)

Parameters

regionNumber
Type: SystemInt32
The region number.
buttonProperty
Type: Scriptel.STSeriesSTSeriesDeviceButtonProperty
The button property.
text
Type: SystemString
The text.

Implements

ISTSeriesDeviceSetTextButtonProperty(Int32, STSeriesDeviceButtonProperty, String)
ISTSeriesDeviceSetTextButtonProperty(Int32, STSeriesDeviceButtonProperty, String)
Exceptions
ExceptionCondition
NotAButtonExceptionwhen the region is not a button.
ArgumentExceptionwhen an invalid button property is requested
See Also