Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.GetPanelPic Method

Returns information about the picture of a certain panel

Syntax
Public Sub GetPanelPic (ByRef vKey As Variant, _
Optional ByRef oPic As StdPicture = Nothing, _
Optional ByRef bPicTransparent As Boolean = False, _
Optional ByRef bPicGrayed As Boolean = False, _
Optional ByRef lPicXTransp As Long = -1&, _
Optional ByRef lPicYTransp As Long = -1&, _
Optional ByRef lPicTranspColor As Long = -1&)
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
Optional ByRef oPic As StdPicture = Nothing (OUT) The panel picture
Optional ByRef bPicTransparent As Boolean = False (OUT) Is the picture transparent?
Optional ByRef bPicGrayed As Boolean = False (OUT) Is the picture disabled?
Optional ByRef lPicXTransp As Long = -1& (OUT) The X coord for the transparent color
Optional ByRef lPicYTransp As Long = -1& (OUT) The Y coord for the transparent color
Optional ByRef lPicTranspColor As Long = -1& (OUT) The color to treat as transparent
Remarks