IUIX_RangesNavigator::NotifyTarget Property

From PDF XChange PDF SDK
Revision as of 02:03, 27 May 2015 by Yura (Talk | contribs)

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**  ppTarget);
HRESULT put_NotifyTarget([in]  IUIX_Obj*  ppTarget);

See Also

IUIX_RangesNavigator