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

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview