Unicode Controls & Classes for VB6 - Version 4

ctlUniImageWL.Picture Property

Gets or sets the Picture displayed in the control

Syntax
Public Property Get Picture () As StdPicture
Public Property Set Picture (ByVal New_Picture As StdPicture)
Parameters
Parameter Description
ByVal New_Picture As StdPicture The new picture
Remarks
From the VB6 designer, use the "Custom" property panel to load a transparent picture from file
you can obtain Picture objects from [clsMEMDC], [clsDIBSection] or [clsGpBitmap] classes