Flynet Viewer .NET Programmer's Reference

getScreen Method

getScreen Method

Previous topic Next topic  

getScreen Method

Previous topic Next topic  

 

Return the current screen as a HostScreen object.

 

HostScreen HostConnection.getScreen();

 

 

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

Remarks

 

Use the getScreen method when creating a new HostScreen object. Note that the HostScreen object is not instantiated using the New keyword when it is declared. The getScreen method instantiates the objScr object variable.

 

The following c# example shows how to create a HostScreen object:

 

 HostConnection oConn=new HostConnection();

 oConn.hostName = "Insure";

 oConn.connect("standard");

 HostScreen oScreen = oConn.getScreen();

 

Requirements

 

Flynet Viewer

 

See Also

 

HostScreen

 

Applies To: HostConnection object

 


© 2016 Inventu Corporation, Flynet LTD