ActionsPane.AutoRecover Property
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.
Gets or sets a value that indicates whether the actions pane solution automatically re-attaches to the document when it is detached.
public:
property bool AutoRecover { bool get(); void set(bool value); };
public bool AutoRecover { get; set; }
member this.AutoRecover : bool with get, set
Public Property AutoRecover As Boolean
Property Value
true
if the actions pane solution automatically re-attaches to the document; otherwise, false
. The default value is true
.
Remarks
If this property is set to true
, users are not allowed to detach the actions pane solution. This is also a mitigation technique for accidental removal of the actions pane solution. To force detaching the actions pane solution from the document, use the Clear method.