|
|
|
|
|
SftPrintPreview.WantCloseButton Property |
Defines whether the Close button is visible on the tool bar.
Syntax
|
VB.NET |
Boolean = object.WantCloseButton As Boolean |
||
|
VB |
Boolean = object.WantCloseButton As Boolean |
||
|
C#.NET |
bool Boolean = object.WantCloseButton; |
||
|
VC++ |
VARIANT_BOOL Boolean = object->WantCloseButton;
|
||
|
C |
HRESULT object->get_WantCloseButton(VARIANT_BOOL* Boolean); |
||
|
Delphi |
Boolean := object.WantCloseButton : WordBool; |
||
|
VB.NET |
object.WantCloseButton = Boolean As Boolean |
||
|
VB |
object.WantCloseButton = Boolean As Boolean |
||
|
C#.NET |
bool object.WantCloseButton = Boolean; |
||
|
VC++ |
VARIANT_BOOL object->WantCloseButton = Boolean;
|
||
|
C |
HRESULT object->put_WantCloseButton(VARIANT_BOOL Boolean); |
||
|
Delphi |
object.WantCloseButton := Boolean : WordBool; |
||
object
A SftPrintPreview object.
Boolean
Defines whether the Close button is visible on the tool bar.
|
Boolean |
Description |
|
True |
The Close button is visible and enabled. |
|
False |
The Close button is not available. |
Comments
The WantCloseButton property defines whether the Close button is visible on the tool bar.
The CloseWanted event occurs when the Close button is clicked.