DeviceGetActiveScreen Method  | 
 
            This method attempts to get the active screen's index.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic int GetActiveScreen()
Public Function GetActiveScreen As Integer
public:
int GetActiveScreen()
member GetActiveScreen : unit -> int 
Return Value
Type: 
Int32Active screen index.
Remarks
            This method requires firmware version 4.0 or higher.
            
See Also