smjg.libs.sdwf.dragdrop.DroppedFiles Struct Reference

The DroppedFiles structure contains information about one or more files dragged and dropped into a window. More...

List of all members.

Public Attributes

HANDLE handle
 The handle of the Windows object used to hold information about the drag and drop operation.
string[] files
 An array of the pathnames of files dropped.
Point point
 The point at which the files were dropped, in the window's coordinates.
bool inClient
 Whether the drop was in the window's client area.


Detailed Description

The DroppedFiles structure contains information about one or more files dragged and dropped into a window.

Since:
0.61
Status:
test further
Future directions:
It is not decided whether DroppedFiles will remain a struct or become a class in later versions of SDWF.

Member Data Documentation

HANDLE smjg.libs.sdwf.dragdrop.DroppedFiles.handle

The handle of the Windows object used to hold information about the drag and drop operation.

Access to this is provided mainly for forward compatibility. The handle will be invalid after the function handling the drag and drop message has returned.

string [] smjg.libs.sdwf.dragdrop.DroppedFiles.files

An array of the pathnames of files dropped.

Point smjg.libs.sdwf.dragdrop.DroppedFiles.point

The point at which the files were dropped, in the window's coordinates.

bool smjg.libs.sdwf.dragdrop.DroppedFiles.inClient

Whether the drop was in the window's client area.


The documentation for this struct was generated from the following file:
Generated on Sun Jan 11 21:54:12 2009 for Stewart's D Windows Framework by  doxygen 1.5.4