ActionsPane.Show Method (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Sub Show
'Usage
Dim instance As ActionsPane
instance.Show()
public void Show()
public:
void Show()
public function 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 TaskPaneVisible property of the TaskPane object that represents the Document Actions task pane.
For Excel, use the _ApplicationDisplayDocumentActionTaskPane 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