Unicode Controls & Classes for VB6 - Version 4

clsGpBitmap.hBitmap Property

Gets or sets the reference of the internal image handle

Syntax
Public Property Get hBitmap () As Long
Public Property Let hBitmap (ByVal hBm As Long)
Parameters
Parameter Description
ByVal hBm As Long The new value, must be a GDI+ bitmap/image
Remarks