Library.MacroBeforeRightClick

This event is called before a Macro right-click is processed.

Syntax Parameters Return Value
Event Library.MacroBeforeRightClick( _
    Macro As Macro, _
    Where As Integer, _
    ByRef Cancel As Boolean)
  • Macro [in]

Type: Macro

  • Where [in]

Type: Integer

  • Cancel [in,out]

Type: Boolean

-