ScreenUPG
getOIAText Method
Example 



Returns the text of the OIA portion (status line) of the presentation space in a string format.
Syntax
'Declaration
 
Public Function getOIAText() As String
'Usage
 
Dim instance As ScreenUPG 
Dim value As String 
  
value = instance.getOIAText()
public string getOIAText()
public: 
String^ getOIAText(); 

Return Value

The text that appears in the status line.
Example
string oia = screen.getOIAText();
Dim oia As String
            
oia = screen.getOIAText
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
getOIAContents Method