IUIX_Slider::GetTickTip Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Returns hint to specify a tick.

Syntax

HRESULT GetTickTip([in]           LONG   nIndex,
                   [out, retval]  BSTR*  sTickTip);

Parameters

nIndex
[in] Value of LONG.
sTickTip
[out, retval] Pointer to BSTR.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUIX_Slider