Partager via


ActionsPane.SetBounds, méthode (Int32, Int32, Int32, Int32, BoundsSpecified)

Définit les limites spécifiées du volet Actions sur l'emplacement et la taille spécifiés.

Espace de noms :  Microsoft.Office.Tools
Assembly :  Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • x
    Type : System.Int32
    La nouvelle valeur de la propriété Left du volet Actions.
  • y
    Type : System.Int32
    La nouvelle valeur de la propriété Top du volet Actions.
  • width
    Type : System.Int32
    La nouvelle valeur de la propriété Width du volet Actions.
  • height
    Type : System.Int32
    La nouvelle valeur de la propriété Height du volet Actions.

Notes

Cette méthode fournit la même fonctionnalité que la méthode Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified).Pour plus d'informations sur l'utilisation de cette méthode, consultez Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified).

Sécurité .NET Framework

Voir aussi

Référence

ActionsPane Interface

SetBounds, surcharge

Microsoft.Office.Tools, espace de noms

Autres ressources

Vue d'ensemble du volet Actions