IUIX_Slider::RemoveTick Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Slider::RemoveTick Method}} | {{#customTitle:IUIX_Slider::RemoveTick Method}} | ||
{{#parentPage:PXV:IUIX_Slider#Methods|RemoveTick|method}} | {{#parentPage:PXV:IUIX_Slider#Methods|RemoveTick|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | Deletes the specified tick. | ||
== Syntax == | == Syntax == |
Revision as of 00:54, 29 May 2015
The method of interface of PDF-XChange Editor SDK.
Deletes the specified tick.
Syntax
HRESULT RemoveTick([in] LONG nIndex);
Parameters
- nIndex
- [in] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.