ListBox.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ListBox 컨트롤의 지정된 범위를 설정합니다.
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)
매개 변수
- specified
- BoundsSpecified
BoundsSpecified 값의 비트 조합입니다.
설명
컨트롤의 ListBox 높이가 속성의 ItemHeight 배수로 증가 및 감소합니다. 높이가 배수 ItemHeight가 아닌 숫자인 경우 높이가 ListBox 높이보다 작은 가장 큰 배수로 변경됩니다.
일반적으로 지정된 매개 변수에 포함되지 않은 범위에 해당하는 매개 변수는 현재 값으로 전달됩니다. 예를 들어 컨트롤의 height
현재 인스턴스에 x
y
대한 참조를 사용하여 속성의 Location 또는 width
속성을 전달할 수 있습니다. 그러나 전달된 모든 값이 적용되고 컨트롤에 적용됩니다.
합니다 specified
매개 변수는 컨트롤의 요소를 나타냅니다 Bounds 애플리케이션에서 변경 합니다. 예를 들어 컨트롤 specified
을 Size 변경하는 경우 매개 변수 값은 .입니다Size. 그러나 설정 specified
되는 속성에 대한 응답으로 Dock 조정되는 경우 Size 매개 변수 값은 .입니다None.
상속자 참고
파생 클래스에서 재정 SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 의하는 경우 기본 클래스의 SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 메서드를 호출하여 컨트롤의 경계를 강제로 변경해야 합니다. 파생 클래스는 메서드에 크기 제한을 SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) 추가할 수 있습니다.