Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.GetPanelRect Function

Gets the panel rectangle coordinates, very useful for overlapping images or controls to statusbar panels (for example by adding a progress bar)

Syntax
Public Function GetPanelRect (ByRef vKey As Variant, _
ByRef lLeft As Long, _
ByRef lTop As Long, _
ByRef lRight As Long, _
ByRef lBottom As Long) As Boolean
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
ByRef lLeft As Long (OUT) The left coordinate
ByRef lTop As Long (OUT) The top coordinate
ByRef lRight As Long (OUT) The right coordinate
ByRef lBottom As Long (OUT) The bottom coordinate
Remarks