Método CheckBox.SetBoundsCore
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
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
- x
Tipo: System.Int32
- y
Tipo: System.Int32
- width
Tipo: System.Int32
- height
Tipo: System.Int32
- specified
Tipo: System.Windows.Forms.BoundsSpecified
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.