ActionsPane.Height Property

Gets or sets the height 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 Height As Integer
[BrowsableAttribute(false)]
int Height { get; set; }

Property Value

Type: System.Int32
The height of the actions pane control in pixels.

Remarks

The height of the actions pane cannot be changed 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