Metoda Button.SetBoundsCore —
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Ten element członkowski zastępuje element Control.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).
Przestrzeń nazw: Microsoft.Office.Tools.Word.Controls
Zestaw: Microsoft.Office.Tools.Word.v4.0.Utilities (w Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Składnia
'Deklaracja
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
)
Parametry
- x
Typ: System.Int32
- y
Typ: System.Int32
- width
Typ: System.Int32
- height
Typ: System.Int32
- specified
Typ: System.Windows.Forms.BoundsSpecified
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.