IUIX_Slider::AddTick Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 11: Line 11:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT AddTick([in]  double  nTickPos,
 
<pre class="brush:cpp;gutter:false">HRESULT AddTick([in]  double  nTickPos,
                 [in]  BSTR    pTickTip);</pre>
+
                 [in]  BSTR    sTickTip);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nTickPos
 
;nTickPos
 
:[in]  Value of double.
 
:[in]  Value of double.
;pTickTip
+
;sTickTip
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
  

Revision as of 04:38, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Adds tick to the specified position.

Syntax

HRESULT AddTick([in]  double  nTickPos,
                [in]  BSTR    sTickTip);

Parameters

nTickPos
[in] Value of double.
sTickTip
[in] Value of BSTR.

Return Value

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

See Also

IUIX_Slider