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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace