Método RadioButton.SetBoundsCore

Essa API oferece suporte a infra-estrutura de Visual Studio e não se destina a ser usado diretamente em seu código.

Este membro substitui Control.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).

Namespace:  Microsoft.Office.Tools.Word.Controls
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (em Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Sintaxe

'Declaração
Protected Overrides Sub SetBoundsCore ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer, _
    specified As BoundsSpecified _
)
protected override void SetBoundsCore(
    int x,
    int y,
    int width,
    int height,
    BoundsSpecified specified
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

RadioButton Classe

Namespace Microsoft.Office.Tools.Word.Controls