Condividi tramite


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

Imposta i limiti specificati del riquadro delle azioni sulla posizione e le dimensioni specificate.

Spazio dei nomi:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • y
    Tipo: System.Int32
    Nuovo valore della proprietà Top del riquadro azioni.

Note

Questo metodo fornisce la stessa funzionalità del metodo Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified). Per ulteriori informazioni sull'utilizzo di questo metodo, vedere Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ActionsPane Interfaccia

Overload SetBounds

Spazio dei nomi Microsoft.Office.Tools

Altre risorse

Cenni preliminari sul riquadro delle azioni