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) 메서드를 사용자 지정 초기화 동작을 제공 합니다.