ScreenUPG
getPeripheralControl Method
Example 



Gets the current peripheral control state for UTS INT-1 sessions.
Syntax
'Declaration
 
Public Function getPeripheralControl() As Boolean
'Usage
 
Dim instance As ScreenUPG 
Dim value As Boolean 
  
value = instance.getPeripheralControl()
public bool getPeripheralControl()
public: 
bool getPeripheralControl(); 

Return Value

true or false. If peripheral control is enabled, the return value is true; otherwise it is false.
Example
bool pc = screen.getPeripheralControl();
Dim pc As Boolean
            
pc = screen.getPeripheralControl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
setPeripheralControl Method