StatusStrip.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

事件資料。

適用於