ActionsPane.Size Property
Gets or sets the height and width of the actions pane control.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Property Size As Size
[BrowsableAttribute(false)]
Size Size { get; set; }
Property Value
Type: System.Drawing.Size
The height and width of the actions pane control, in pixels.
Remarks
The actions pane cannot be resized by setting this property. For information about how to programmatically resize 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