LayoutEngine.InitLayout(Object, BoundsSpecified) 메서드

정의

레이아웃 엔진을 초기화합니다.

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) 제공하도록 메서드를 재정의합니다.

적용 대상

추가 정보