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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.