ActionsPane.Visible Property

Gets or sets a value that indicates whether the ActionsPane is visible.

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

Syntax

'Declaration
Property Visible As Boolean
bool Visible { get; set; }

Property Value

Type: System.Boolean
true if the actions pane is visible on the task pane; otherwise, false.

Remarks

Setting the Visible property to false 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 Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview