IUIX_ThreadContext::DefaultDropTarget Property

From PDF XChange PDF SDK
Revision as of 01:08, 14 July 2016 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property DefaultDropTarget of interface IUIX_ThreadContext returns/sets Pointer to IDropTarget ...

Syntax

HRESULT get_DefaultDropTarget([out, retval]  IDropTarget**  pDropTarget);
HRESULT put_DefaultDropTarget([in]  IDropTarget*  pDropTarget);

See Also

IUIX_ThreadContext