Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.PanelStyle Property

Gets or sets the panel style

Syntax
Public Property Get PanelStyle (ByRef vKey As Variant) As eUniStatusBar_Style
Public Property Let PanelStyle (ByRef vKey As Variant, _
ByVal iStyle As eUniStatusBar_Style)
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
ByVal iStyle As eUniStatusBar_Style The new style
Remarks