ActionsPane.PreferredSize Property
Gets the size of the rectangular area into which the actions pane can fit.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
ReadOnly Property PreferredSize As Size
[BrowsableAttribute(false)]
Size PreferredSize { get; }
Property Value
Type: System.Drawing.Size
The height and width of the rectangular area into which the actions pane can fit, in pixels.
Remarks
This property provides the same functionality as the Control.PreferredSize property. For more information about using this property, see Control.PreferredSize.
.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