Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IFrame Interface / StatusBarText Property


In This Topic
StatusBarText Property (IFrame)
In This Topic
Gets or sets the text displayed on the status bar.
Syntax
'Declaration
 
Property StatusBarText As String
 
'Usage
 
Dim instance As IFrame
Dim value As String
 
instance.StatusBarText = value
 
value = instance.StatusBarText
See Also