ComboBox::SetBoundsCore Method (Int32, Int32, Int32, Int32, BoundsSpecified)
.NET Framework (current version)
Sets the size and location of the ComboBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: virtual void SetBoundsCore( int x, int y, int width, int height, BoundsSpecified specified ) override
Parameters
- x
-
Type:
System::Int32
The horizontal location in pixels of the control.
- y
-
Type:
System::Int32
The vertical location in pixels of the control.
- width
-
Type:
System::Int32
The width in pixels of the control.
- height
-
Type:
System::Int32
The height in pixels of the control.
- specified
-
Type:
System.Windows.Forms::BoundsSpecified
One of the BoundsSpecified values.
.NET Framework
Available since 1.1
Available since 1.1
Show: