Método ActionsPane.SetBounds (Int32, Int32, Int32, Int32, BoundsSpecified)

Define os limites especificados do painel de ações para o local especificado e o tamanho.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • y
    Tipo: System.Int32
    O novo Top o valor da propriedade do painel de ações.

Comentários

Este método fornece a mesma funcionalidade que o Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) método. Para obter mais informações sobre como usar esse método, consulte Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified).

Segurança do .NET Framework

Consulte também

Referência

ActionsPane Interface

Sobrecargas SetBounds

Namespace Microsoft.Office.Tools

Outros recursos

Visão geral painel Ações