IUIX_Cmd::RemoveShortcut 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_Cmd::RemoveShortcut Method}}
 
{{#customTitle:IUIX_Cmd::RemoveShortcut Method}}
{{#parentPage:PXV:IUIX_Cmd|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 ==
<pre class="brush:cpp;gutter:false">HRESULT RemoveShortcut([in] LONG nIndex);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT RemoveShortcut([in] LONG nIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the index in the shortcuts list.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Cmd|IUIX_Cmd]].
+
[[PXV:IUIX_Cmd|IUIX_Cmd]]

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