LinkLabel.SetBoundsCore (Método)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Este miembro invalida LinkLabel.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).
Espacio de nombres: Microsoft.Office.Tools.Word.Controls
Ensamblado: Microsoft.Office.Tools.Word.v4.0.Utilities (en Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Sintaxis
'Declaración
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
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.