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 값 중 하나입니다.

적용 대상