IUIX_RangesNavigator::UpdateThumb Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RangesNavigator::UpdateThumb Method}}
 
{{#customTitle:IUIX_RangesNavigator::UpdateThumb Method}}
{{#parentPage:PXV:IUIX_RangesNavigator|method}}
+
{{#parentPage:PXV:IUIX_RangesNavigator#Methods|UpdateThumb|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
 +
 +
Called from callback object when thumb with index '''nPos''' are ready for painting.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT UpdateThumb([in] LONG nPos);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT UpdateThumb([in] LONG nPos);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nPos''
+
;nPos
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  
Line 18: Line 20:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]].
+
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]

Latest revision as of 01:58, 27 May 2015


The method of interface of PDF-XChange Editor SDK.

Called from callback object when thumb with index nPos are ready for painting.

Syntax

HRESULT UpdateThumb([in]  LONG  nPos);

Parameters

nPos
[in] Value of LONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_RangesNavigator