Share via


ActionsPane.Capture Property

Gets or sets a value indicating whether the actions pane has captured the mouse.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Property Capture As Boolean
[BrowsableAttribute(false)]
bool Capture { get; set; }

Property Value

Type: System.Boolean
true if the actions pane has captured the mouse; otherwise, false.

Remarks

This property provides the same functionality as the Control.Capture property. For more information about using this property, see Control.Capture.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview