Share via


ActionsPane.Invoke Method

Include Protected Members
Include Inherited Members

Executes a delegate on the thread that owns the actions pane's underlying window handle.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Invoke(Delegate) Executes the specified delegate on the thread that owns the actions pane's underlying window handle.
Public method Invoke(Delegate, array<Object[]) Executes the specified delegate, on the thread that owns the actions pane's underlying window handle, with the specified list of arguments.

Top

Remarks

This method provides the same functionality as the Control.Invoke method. For more information about using this method, see Control.Invoke.

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview