Picture Property
From Measurement Studio User Interface
Picture Property
Syntax
CWImage.Picture
Data Type
Purpose
Specifies the image used in the CWImage object.
Remarks
This property does not apply to CWImage objects representing captions.
Example
'Load a picture into the OffImage of the CWButton
Set CWButton1.OffImage.CWImage.Picture = LoadPicture("c:\winnt\Maple Trails.bmp")