Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.GetPropBagPicture32 Function

Permits you to read a 32bpp alpha image from your usercontrols, returns a StdPicture

Syntax
Public Function GetPropBagPicture32 (ByRef propName As String, _
ByRef PropBag As PropertyBag) As StdPicture
Parameters
Parameter Description
ByRef propName As String The property name
ByRef PropBag As PropertyBag The property bag
Remarks
Private Sub UserControl_ReadProperties(PropBag As PropertyBag)
Set m_Image = Ctl_GetPropBagPicture32("Picture", PropBag)
End Sub

Check also the [SetPropBagPicture32] method