IPXV_PagesView::Cursor Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PagesView::Cursor Property}}
 
{{#customTitle:IPXV_PagesView::Cursor Property}}
 +
{{#parentPage:PXV:IPXV_PagesView#Properties|Cursor|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Cursor''' of interface [[PXV:IPXV_PagesView|IPXV_PagesView]] returns/sets  Value of LONG ...
 
Property '''Cursor''' of interface [[PXV:IPXV_PagesView|IPXV_PagesView]] returns/sets  Value of LONG ...
 
  
 
== 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* nCursorID);
HRESULT put_Cursor([in] LONG pCursorID);
+
HRESULT put_Cursor([in] LONG nCursorID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_PagesView|IPXV_PagesView]].
+
[[PXV:IPXV_PagesView|IPXV_PagesView]]

Latest revision as of 04:05, 15 June 2015


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

Syntax

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

See Also

IPXV_PagesView