Loads an image from the specified file and assigns it to the table Picture.
SyntaxVB6
Copy Code
|
|---|
Public Sub LoadPicture( _ |
C++
Copy Code
|
|---|
public: |
The name of the image file to load from.
RemarksLoads an image from file and assigns it to table's Picture. The file format can be any of OleLoadPicture supported image formats, such as ico, gif, jpeg, wmf, emf, bmp. Since v4.9.6, the control can also load png images through the Windows Imaging Component API.
See Also