Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.PanelBorder Property

Gets or sets the border around a panel

Syntax
Public Property Get PanelBorder (ByRef vKey As Variant) As Boolean
Public Property Let PanelBorder (ByRef vKey As Variant, _
ByRef bHasBorder As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
ByRef bHasBorder As Boolean True for drawing the border, False otherwise
Remarks