ActionsPane.Show Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void Show();
public void Show ();
abstract member Show : unit -> unit
Public Sub 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 Microsoft.Office.Interop.Word.TaskPane.Visible* property of the Microsoft.Office.Interop.Word.TaskPane object that represents the Document Actions task pane.
For Excel, use the Microsoft.Office.Interop.Excel._Application.DisplayDocumentActionTaskPane* property of the Microsoft.Office.Tools.Excel.Workbook.Application object.
For more information and code examples, see Actions Pane Overview.