interface XDropTargetFactory in module com::sun::star::datatransfer::dnd::

(Global Index)

Syntax

interface XDropTargetFactory : com::sun::star::uno::XInterface ;

Description

This interface is implemented by any Drag and Drop service.

Method Summary

createDropTarget Creates a drop target object for a given system window.

Method Details



createDropTarget

Syntax

com::sun::star::datatransfer::dnd::XDropTarget createDropTarget (
sequence< byte > windowId );

Description

Creates a drop target object for a given system window.

Parameter windowId

A platform dependent window identifier.
Windows
A byte representation of an HWND.
X11
The X11 window id.

See also

XDropTarget
Top of Page