Share via


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 more information and code examples, see Actions Pane Overview.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview