DomainUpDown.SetBoundsCore Method
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
This member overrides Control.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).
Namespace: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
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
)
Parameters
- x
Type: System.Int32
- y
Type: System.Int32
- width
Type: System.Int32
- height
Type: System.Int32
- specified
Type: System.Windows.Forms.BoundsSpecified
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.