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
- 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