Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.SetPropBagPicture32 Method

Permits you to save a 32bpp alpha image in your usercontrols

Syntax
Public Sub SetPropBagPicture32 (ByRef propName As String, _
ByRef PropBag As PropertyBag, _
ByRef oPic As StdPicture)
Parameters
Parameter Description
ByRef propName As String The property name
ByRef PropBag As PropertyBag The property bag
ByRef oPic As StdPicture The picture to save
Remarks
Private Sub UserControl_WriteProperties(PropBag As PropertyBag)
Ctl_SetPropBagPicture32 "Picture", PropBag, m_Image
End Sub

Check also the [GetPropBagPicture32] method