Share via


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

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview