Send comments on this topic.
StatusText Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : StatusText Property
Gets the status bar text.

Syntax

 
ReadOnly Object.StatusText As String

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetStatusText() As String
Get
Return WControl.StatusText
End Get
End Property

See Also