Share via


ActionsPane.Bounds Property

Gets or sets the size and ___location of the actions pane control including its nonclient elements, in pixels, relative to its parent.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Property Bounds As Rectangle
[BrowsableAttribute(false)]
Rectangle Bounds { get; set; }

Property Value

Type: System.Drawing.Rectangle
The size and ___location of the actions pane control including its nonclient elements, in pixels, relative to its parent.

Remarks

The size and ___location of the actions pane cannot be changed by setting this property. For information about how to programmatically resize and the change the ___location of the actions pane, see Actions Pane Overview.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview