:: com :: sun :: star :: datatransfer ::

interface XTransferableSource
Description
The transferable source interface.
See also
XTransferable

Methods' Summary
getDataSourceDescription  
Methods' Details
getDataSourceDescription
string
getDataSourceDescription();

Returns
A human presentable description of the source that created the transferable object.
Top of Page