Image
Property of IFileHandler
Description
Image
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = FileHandler.Image;
==== Visual Basic Script ====
nVal = FileHandler.Image
==== C++ ====
long nVal; HRESULT hr = FileHandler.get_Image(&nVal);
===== See Also ===== IFileHandler