ActionsPane.Hide Method (2007 System)

Removes the ActionsPane and the controls from the task pane user interface, but leaves the task pane visible.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Sub Hide
'Usage
Dim instance As ActionsPane

instance.Hide()
public void Hide()
public:
void Hide()
public function Hide()

Remarks

Calling the Hide method only hides the task pane user interface, including the ActionsPane control and any controls that have been added to it. This method does not hide the task pane itself.

If you want to hide the task pane or determine whether the task pane is visible, 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