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

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview