edtFTPnet/Express - Class Reference

FTPSynchronizeView.GetItemAt Method 

Returns the item at the specified location.

public FTPSynchronizeViewItem GetItemAt(
   int x,
   int y
);

Parameters

x
x-coordinate to check (in client coordinates)
y
y-coordinate to check (in client coordinates)

Return Value

The FTPSynchronizeViewItem at the given location.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace