STSeriesDeviceGetNamedButtonRegionNumbers Method | |
Gets the region numbers of the buttons containing the named text.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public int[] GetNamedButtonRegionNumbers(
string name
)
Public Function GetNamedButtonRegionNumbers (
name As String
) As Integer()
public:
array<int>^ GetNamedButtonRegionNumbers(
String^ name
)
member GetNamedButtonRegionNumbers :
name : string -> int[]
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
Int32Returns an array of integers containing button numbers with text.
See Also