ToolBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ToolBar 컨트롤의 지정된 범위를 설정합니다.
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
컨트롤의 새 Left
속성 값입니다.
- y
- Int32
컨트롤의 새 Top
속성 값입니다.
- width
- Int32
컨트롤의 새 Width
속성 값입니다.
- height
- Int32
사용되지 않습니다.
- specified
- BoundsSpecified
BoundsSpecified 값의 비트 조합입니다.
설명
속성이 설정되거나 Right 속성이 Dock .로 설정된 Left 경우 메서드는 너비를 AutoSize 무시합니다true
.SetBoundsCore SetBoundsCore속성이 설정되거나 속성이 Dock .로 설정된 Top true
경우 높이를 AutoSize 무시 Bottom 합니다.