Share via


ActionsPane.SetBounds Method (Int32, Int32, Int32, Int32)

Sets the bounds of the actions pane to the specified location and size.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Sub SetBounds ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer _
)
void SetBounds(
    int x,
    int y,
    int width,
    int height
)

Parameters

Remarks

This method provides the same functionality as the Control.SetBounds(Int32, Int32, Int32, Int32) method. For more information about using this method, see Control.SetBounds(Int32, Int32, Int32, Int32).

.NET Framework Security

See Also

Reference

ActionsPane Interface

SetBounds Overload

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview