SftPrintPreview/OCX 1.0

SftPrintPreview.Refresh Method

Softel vdm, Inc.

Forces an immediate repaint of the control.

Syntax       

VB.NET

object.Refresh  Note
object.CtlRefresh

VB

object.Refresh

C#.NET

void object.Refresh();  Note
void object.CtlRefresh();

VC++

HRESULT object->Refresh();

C

HRESULT object->raw_Refresh();

Delphi

procedure object.Refresh();

object

A SftPrintPreview object.

Comments

The Refresh method forces an immediate repaint of the control.

Painting a control is handled automatically while no events are occurring.  However, there may be situations where you want the control updated immediately.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com