IUIX_Ruler::NotifyTarget Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Ruler::NotifyTarget Property}}
 
{{#customTitle:IUIX_Ruler::NotifyTarget Property}}
{{#parentPage:PXV:IUIX_Ruler#Properties|NotifyTarget Property|property}}
+
{{#parentPage:PXV:IUIX_Ruler#Properties|NotifyTarget|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_NotifyTarget([out, retval]  IUIX_Obj**  ppTarget);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NotifyTarget([out, retval]  IUIX_Obj**  pTarget);
HRESULT put_NotifyTarget([in]  IUIX_Obj*  ppTarget);
+
HRESULT put_NotifyTarget([in]  IUIX_Obj*  pTarget);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Ruler|IUIX_Ruler]].
+
[[PXV:IUIX_Ruler|IUIX_Ruler]]

Latest revision as of 04:37, 15 June 2015


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

Syntax

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

See Also

IUIX_Ruler