ScreenUPG
getgetText_Display Method
Example 



Returns the current setting of the getText_Display property.
Syntax
'Declaration
 
Public Function getgetText_Display() As Boolean
'Usage
 
Dim instance As ScreenUPG 
Dim value As Boolean 
  
value = instance.getgetText_Display()
public bool getgetText_Display()
public: 
bool getgetText_Display(); 

Return Value

true or false. If getText_Display is enabled, the value is set to true. Otherwise, it is set to false.
Remarks
If getText_Display is enabled, calls to the getText method writes the entire text contents of the current presentation space to standard out which can be useful for debugging and diagnostic purposes.
Example
int ggTD = screen.getgetText_Display();
Dim ggTD As Integer
            
ggTD = screen.getgetText_Display
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
getText Method
setgetText_Display Method