LayoutEngine.InitLayout(Object, BoundsSpecified) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
레이아웃 엔진을 초기화합니다.
public:
virtual void InitLayout(System::Object ^ child, System::Windows::Forms::BoundsSpecified specified);
public virtual void InitLayout(object child, System.Windows.Forms.BoundsSpecified specified);
abstract member InitLayout : obj * System.Windows.Forms.BoundsSpecified -> unit
override this.InitLayout : obj * System.Windows.Forms.BoundsSpecified -> unit
Public Overridable Sub InitLayout (child As Object, specified As BoundsSpecified)
매개 변수
- child
- Object
레이아웃 엔진이 작동할 컨테이너입니다.
- specified
- BoundsSpecified
컨테이너의 크기와 위치를 정의하는 범위입니다.
예외
child 은 레이아웃을 수행할 수 있는 형식이 LayoutEngine 아닙니다.
설명
필요에 따라 메서드에서 초기화 논리를 InitLayout 제공합니다.
상속자 참고
사용자 지정 초기화 동작을 InitLayout(Object, BoundsSpecified) 제공하도록 메서드를 재정의합니다.