IUIX_Cmd::RemoveShortcut Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_Cmd::RemoveShortcut Method}}
 
{{#customTitle:IUIX_Cmd::RemoveShortcut Method}}
 
{{#parentPage:PXV:IUIX_Cmd#Methods|RemoveShortcut|method}}
 
{{#parentPage:PXV:IUIX_Cmd#Methods|RemoveShortcut|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes shortcut from the shortcuts list by index.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the index in the shortcuts list.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 02:00, 24 March 2016


Removes shortcut from the shortcuts list by index.

Syntax

HRESULT RemoveShortcut([in]  LONG  nIndex);

Parameters

nIndex
[in] Value of LONG containing the index in the shortcuts list.

Return Value

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

See Also

IUIX_Cmd