PrintPreviewControl::OnResize Method (EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raises the Resize event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void OnResize(
	EventArgs^ eventargs
) override

Parameters

eventargs
Type: System::EventArgs^

An EventArgs that contains the event data.

If the AutoZoom property is set to true, the OnResize method resizes the page in proportion to the PrintPreviewControl control. If AutoZoom is false, the PrintPreviewControl centers the page on the control.

.NET Framework
Available since 1.1
Return to top
Show: