Write-only
About Macros

DeleteShortCut Method


Description

Removes a macro from the list of macros in the analyzer. Does not remove the file.

Note: There are always 25 macro positions. They do not have to be sequential. For example, you can have number 7 but not numbers 1 to 6.

 VB Syntax

app.DeleteShortCut item

Variable

(Type) - Description

app

An Application (object)

item

(long integer) number of the macro to be deleted.

Return Type

Not Applicable

Default

Not Applicable

Examples

app.DeleteShortCut 2

C++ Syntax

HRESULT DeleteShortcut(long Number )

Interface

IApplication


Last Modified:

29-Apr-2013

Updated to 25 macros