StatusStrip.OnLayout(LayoutEventArgs) Method

Definition

Raises the Layout event.

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)

Parameters

levent
LayoutEventArgs

The event data.

Applies to