Click or drag to resize
STSeriesDeviceGetNamedButtonRegionNumbers Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets the region numbers of the buttons containing the named text.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public int[] GetNamedButtonRegionNumbers(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Int32
Returns an array of integers containing button numbers with text.
See Also