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
string StatusBarText {get; set;}
See Also