IUIX_RangesNavigator::NotifyTarget Property

From PDF XChange PDF SDK
Revision as of 12:13, 16 June 2015 by Johnv (Talk | contribs)

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


Property NotifyTarget of interface IUIX_RangesNavigator returns/sets Pointer to IUIX_Obj ...

Sets the object that will receive messages from the control.

Syntax

HRESULT get_NotifyTarget([out, retval]  IUIX_Obj**  pTarget);
HRESULT put_NotifyTarget([in]  IUIX_Obj*  pTarget);

See Also

IUIX_RangesNavigator