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 | |
---|---|---|
Invoke(Delegate) | Executes the specified delegate on the thread that owns the actions pane's underlying window handle. | |
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
Microsoft.Office.Tools Namespace