ZennoLab Assemblies Documentation
DropFile Method (Tab)

Type: System.String

The path to file.

Type: System.Int32

The x coordinate of the drop point inside tab's area for rise dragdrop move event.

Type: System.Int32

The y coordinate of the drop point inside tab's area for rise dragdrop move event.

Drop file to the page.
Syntax
public void DropFile( 
   string filepath,
   int x,
   int y
)

Parameters

filepath

Type: System.String

The path to file.

x

Type: System.Int32

The x coordinate of the drop point inside tab's area for rise dragdrop move event.

y

Type: System.Int32

The y coordinate of the drop point inside tab's area for rise dragdrop move event.

Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members

Send Feedback