PrintPreviewControl::ResetForeColor Method ()

 

Resets the foreground color of the PrintPreviewControl to White, which is the default color.

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

public:
virtual void ResetForeColor() override

You typically use this method if you are either creating a designer for the PrintPreviewControl or creating your own control incorporating the PrintPreviewControl.

.NET Framework
Available since 1.1
Return to top
Show: