Unicode Controls & Classes for VB6 - Version 4

ctlUniToolBarXP.GetItemRect Method

Gets the coordinates of a certain item

Syntax
Public Sub GetItemRect (ByRef vKey As Variant, _
ByRef lLeft As Long, _
ByRef lTop As Long, _
ByRef lRight As Long, _
ByRef lBottom As Long)
Parameters
Parameter Description
ByRef vKey As Variant The item index or key
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