ActionsPane.Show Method

Definition

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

Applies to