ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 方法

定义

设置 ComboBox 的大小和位置。

protected:
 override void SetBoundsCore(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
override this.SetBoundsCore : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)

参数

x
Int32

控件的水平位置(以像素为单位)。

y
Int32

控件的垂直位置(以像素为单位)。

width
Int32

控件的宽度(以像素为单位)。

height
Int32

控件的高度(以像素为单位)。

specified
BoundsSpecified

BoundsSpecified 值之一。

适用于