ComboBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 메서드
이 문서의 내용
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 값 중 하나입니다.
적용 대상
제품 | 버전 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |