Returns the text of the OIA portion (status line) of the presentation space in a string format.


Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)

Syntax

Visual Basic (Declaration)
Public Function getOIAText() As String
C#
public string getOIAText()
C++
public:
 String getOIAText() sealed 
J#
public string getOIAText()
JScript
public  function getOIAText() : String

Return Value

The text that appears in the status line.

Example

[C#]

 Copy Code
            string oia = screen.getOIAText();
            
[VB]
 Copy Code
            Dim oia As String
            
            oia = screen.getOIAText
            

See Also