|
|
|
|
|
SftPrintPreview.WantPrintDialog Property |
Defines whether the Print Dialog is shown or whether printing starts immediately when the tool bar Print button is clicked.
Syntax
|
VB.NET |
Boolean = object.WantPrintDialog As Boolean |
||
|
VB |
Boolean = object.WantPrintDialog As Boolean |
||
|
C#.NET |
bool Boolean = object.WantPrintDialog; |
||
|
VC++ |
VARIANT_BOOL Boolean = object->WantPrintDialog;
|
||
|
C |
HRESULT object->get_WantPrintDialog(VARIANT_BOOL* Boolean); |
||
|
Delphi |
Boolean := object.WantPrintDialog : WordBool; |
||
|
VB.NET |
object.WantPrintDialog = Boolean As Boolean |
||
|
VB |
object.WantPrintDialog = Boolean As Boolean |
||
|
C#.NET |
bool object.WantPrintDialog = Boolean; |
||
|
VC++ |
VARIANT_BOOL object->WantPrintDialog = Boolean;
|
||
|
C |
HRESULT object->put_WantPrintDialog(VARIANT_BOOL Boolean); |
||
|
Delphi |
object.WantPrintDialog := Boolean : WordBool; |
||
object
A SftPrintPreview object.
Boolean
Defines whether the Print Dialog is shown or whether printing starts immediately when the tool bar Print button is clicked.
|
Boolean |
Description |
|
True |
The Print dialog is shown. |
|
False |
Printing starts immediately and the Print dialog is not shown. |
Comments
The WantPrintDialog property defines whether the Print Dialog is shown or whether printing starts immediately when the tool bar Print button is clicked.