IsDisplayMetaFile Property
Description
Determines whether or not the command is a DispMetaFileCommand.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsDisplayMetaFile As Boolean |
Return Type
Read/write Boolean.
Remarks
Commands that return TRUE for this property can successfully retrieve a DispMetaFile Command object using the DisplayMetaFileCommand Property.
See Also