Form.OnLayout(LayoutEventArgs) 方法

定义

引发 Layout 事件。

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

参数

levent
LayoutEventArgs

事件数据。

适用于