Condividi tramite


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

Imposta i limiti del riquadro 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 _
)
void SetBounds(
    int x,
    int y,
    int width,
    int height
)

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).Per ulteriori informazioni sull'utilizzo di questo metodo, vedere Control.SetBounds(Int32, Int32, Int32, Int32).

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