This document is archived and information here might be outdated. Recommended version. |
Indicates if files are available in the DataObject.
[Visual Basic .NET]
Public Function CanGetFiles ( _
) As Boolean
[C#]
public bool CanGetFiles (
);
[C++]
HRESULT CanGetFiles(
void
);
Indicates whether a safe array of filenames can be aquired from the DataObject. Iterate through the array to retrieve a list of filenames. This is typically used when dropping data from Windows Explorer onto the PageLayoutControl or MapControl.