device_tabs Method
Return a list of "tabitem", one tab for each tab that is displayed in the device properties
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<tabitem> device_tabs( string ref) |
VB |
Public Shared Function device_tabs ( ref As String) As List(Of tabitem) |
Parameters
ref
Type: System.String
Device reference number
Return Value
See Also
functions Class
Scheduler Namespace