Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the 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 Width As Integer
[BrowsableAttribute(false)]
int Width { get; set; }
Property Value
Type: System.Int32
The width of the actions pane control, in pixels.
Remarks
The width 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.