ActionsPane.SetBounds-Methode (Int32, Int32, Int32, Int32)

Legt die Begrenzungen des Aktionsbereichs auf die angegebene Position und Größe fest.

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
)

Parameter

Hinweise

Diese Methode stellt die gleiche Funktionalität bereit wie die Control.SetBounds(Int32, Int32, Int32, Int32)-Methode.Weitere Informationen zum Verwenden dieser Methode finden Sie unter Control.SetBounds(Int32, Int32, Int32, Int32).

.NET Framework-Sicherheit

Siehe auch

Referenz

ActionsPane Schnittstelle

SetBounds-Überladung

Microsoft.Office.Tools-Namespace

Weitere Ressourcen

Aktionsbereichsübersicht