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