SftPrintPreview/OCX 1.0

SftPrintPreview.PageSetupWanted Event

Softel vdm, Inc.

The Page Setup button is clicked.

Syntax       

VB.NET

Private Sub object_PageSetupWanted(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.PageSetupWanted

VB

Private Sub object_PageSetupWanted()

C#.NET

void object_PageSetupWanted(object sender, EventArgumentType e);

VC++

void OnPageSetupWantedobject();

C

HRESULT OnPageSetupWantedobject();

Delphi

procedure objectPageSetupWanted(Sender: TObject);

object

A SftPrintPreview object.

Comments

The PageSetupWanted event occurs when the Page Setup button is clicked.

The WantPageSetupButton property is used to define whether the Page Setup button is enabled.


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