IPXV_PagesView::Cursor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PagesView::Cursor Property}}
 
{{#customTitle:IPXV_PagesView::Cursor Property}}
{{#parentPage:PXV:IPXV_PagesView|property}}
+
{{#parentPage:PXV:IPXV_PagesView|Cursor Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Cursor([out, retval] LONG* pCursorID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Cursor([out, retval] LONG* pCursorID);
HRESULT put_Cursor([in] LONG pCursorID);
+
HRESULT put_Cursor([in] LONG pCursorID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_PagesView|IPXV_PagesView]].
 
See also [[PXV:IPXV_PagesView|IPXV_PagesView]].

Revision as of 06:31, 23 April 2015


Property Cursor of interface IPXV_PagesView returns/sets Value of LONG ...

Syntax

HRESULT get_Cursor([out, retval]  LONG*  pCursorID);
HRESULT put_Cursor([in]  LONG  pCursorID);

See Also

See also IPXV_PagesView.