Inesoft PrintCE SDK .NET
PrintCE::SetupDlg Method

Displays Print Setup dialog box. The Print dialog box enables the user to specify the properties of a particular print job.

C# Syntax: bool ret = object.SetupDlg(IntPtr parent);
VB Syntax:
Dim ret As Boolean = object.SetupDlg(ByVal parent As IntPtr)

Parameters

parent

handle of parent window

Return Value

ret

true, if pressed OK button, false if pressed Cancel button

 


© 2009 Inesoft. All rights reserved.