ContainerControl.OnLayout(LayoutEventArgs) 方法

定义

引发 Layout 事件。

protected:
 override void OnLayout(System::Windows::Forms::LayoutEventArgs ^ e);
protected override void OnLayout (System.Windows.Forms.LayoutEventArgs e);
override this.OnLayout : System.Windows.Forms.LayoutEventArgs -> unit
Protected Overrides Sub OnLayout (e As LayoutEventArgs)

参数

e
LayoutEventArgs

包含事件数据的 LayoutEventArgs

适用于