Unicode Controls & Classes for VB6 - Version 4
ctlUniStatusBar
.PanelText Property
Gets or sets the panel text
Syntax
Public Property Get PanelText (ByRef
vKey
As Variant) As String
Public Property Let PanelText (ByRef
vKey
As Variant, _
ByRef
sNewText
As String)
Parameters
Parameter
Description
ByRef
vKey
As Variant
A string key or a numeric index indentifying a panel
ByRef
sNewText
As String
The new panel text
Remarks