Click or drag to resize
ISTSeriesDevice.SetTextButtonProperty 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.

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

Parameters

regionNumber
Type: System.Int32
The region number.
buttonProperty
Type: Scriptel.STSeries.STSeriesDevice.ButtonProperty
The button property.
text
Type: System.String
The text.
See Also