Unicode Controls & Classes for VB6 - Version 4

ucTreeView.AddBitmap Function

Adds a bitmap to the internal image list

Syntax
Public Function AddBitmap (ByVal hBitmap As Long, _
Optional ByVal MaskColor As Long = CLR_NONE) As Long
Parameters
Parameter Description
ByVal hBitmap As Long The bitmap handle
Optional ByVal MaskColor As Long = CLR_NONE The color to treat as transparent
Remarks