Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.GetCurrCellPicture Method

Gets picture information for the cell in the given column on the current row

Syntax
Public Sub GetCurrCellPicture (ByRef vColKey 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 vColKey As Variant The column key or index
Optional ByRef oPic As StdPicture = Nothing (OUT) The new picture
Optional ByRef bPicTransparent As Boolean = False (OUT) The picture transparency
Optional ByRef bPicGrayed As Boolean = False (OUT) The gray flag
Optional ByRef lPicXTransp As Long = -1& (OUT) The transparency X coordinate
Optional ByRef lPicYTransp As Long = -1& (OUT) The transparency Y coordinate
Optional ByRef lPicTranspColor As Long = -1& (OUT) The transparent color
Remarks