ActionsPane.Show Method
Displays the ActionsPane on the task pane, including all controls that have been added to the ActionsPane, but does not display the task pane if the task pane is not visible.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Sub Show
void Show()
Remarks
Calling the Show method of the ActionsPane only displays the actions pane and controls if the task pane is visible; it does not display the task pane.
If you want to show the task pane, use the following properties:
For Word, use the TaskPane.Visible property of the TaskPane object that represents the Document Actions task pane.
For Excel, use the _Application.DisplayDocumentActionTaskPane property of the Workbook.Application object.
For more information and code examples, see Actions Pane Overview.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace