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

Sets the specified 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, _
    specified As BoundsSpecified _
)
void SetBounds(
    int x,
    int y,
    int width,
    int height,
    BoundsSpecified specified
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

ActionsPane Interface

SetBounds Overload

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview