_Application.DisplayDocumentActionTaskPane Property

Definition

Set to True to display the Document Actions task pane; set to False to hide the Document Actions task pane.

public:
 property bool DisplayDocumentActionTaskPane { bool get(); void set(bool value); };
public bool DisplayDocumentActionTaskPane { get; set; }
Public Property DisplayDocumentActionTaskPane As Boolean

Property Value

Remarks

Setting this property to True will result in a run-time error if the active workbook is not a smart document.

Applies to