|
|
|
|
|
SftPrintPreview.WantPageSetupButton Property |
Defines whether the Page Setup button is enabled.
Syntax
|
VB.NET |
Boolean = object.WantPageSetupButton As Boolean |
||
|
VB |
Boolean = object.WantPageSetupButton As Boolean |
||
|
C#.NET |
bool Boolean = object.WantPageSetupButton; |
||
|
VC++ |
VARIANT_BOOL Boolean = object->WantPageSetupButton;
|
||
|
C |
HRESULT object->get_WantPageSetupButton(VARIANT_BOOL* Boolean); |
||
|
Delphi |
Boolean := object.WantPageSetupButton : WordBool; |
||
|
VB.NET |
object.WantPageSetupButton = Boolean As Boolean |
||
|
VB |
object.WantPageSetupButton = Boolean As Boolean |
||
|
C#.NET |
bool object.WantPageSetupButton = Boolean; |
||
|
VC++ |
VARIANT_BOOL object->WantPageSetupButton = Boolean;
|
||
|
C |
HRESULT object->put_WantPageSetupButton(VARIANT_BOOL Boolean); |
||
|
Delphi |
object.WantPageSetupButton := Boolean : WordBool; |
||
object
A SftPrintPreview object.
Boolean
Defines whether the Page Setup button is enabled.
|
Boolean |
Description |
|
True |
The Help button is enabled. |
|
False |
The Help button is disabled, but remains visible. |
Comments
The WantPageSetupButton property defines whether the Page Setup button is enabled.
The PageSetupWanted event occurs when the Page Setup button is clicked.