DataGridView.SetBoundsCore Method (Int32, Int32, Int32, Int32, BoundsSpecified)
.NET Framework (current version)
This member overrides Control.SetBoundsCore.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Protected Overrides Sub SetBoundsCore ( x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified )
Parameters
- x
-
Type:
System.Int32
The new Left property value of the control.
- y
-
Type:
System.Int32
The new Top property value of the control.
- width
-
Type:
System.Int32
The new Width property value of the control.
- height
-
Type:
System.Int32
The new Height property value of the control.
- specified
-
Type:
System.Windows.Forms.BoundsSpecified
A bitwise combination of the BoundsSpecified values.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | One or both of the width or height values exceeds the maximum value of 8,388,607. |
.NET Framework
Available since 2.0
Available since 2.0
Show: