|
|
|
|
|
SftPrintPreview.HelpWanted Event |
The Help button is clicked.
Syntax
|
VB.NET |
Private Sub object_HelpWanted(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.HelpWanted |
||
|
VB |
Private Sub object_HelpWanted(ByVal HelpName As String) |
||
|
C#.NET |
void object_HelpWanted(object sender, EventArgumentType e); |
||
|
VC++ |
void OnHelpWantedobject(_bstr_t HelpName); |
||
|
C |
HRESULT OnHelpWantedobject(BSTR HelpName); |
||
|
Delphi |
procedure objectHelpWanted(Sender: TObject; HelpName : WideString); |
object
A SftPrintPreview object.
HelpName
Specifies which portion of the control requested help.
|
Value |
Description |
|
The Help button of the tool bar was clicked. |
|
|
The Help button of the Page Setup dialog was clicked. |
Comments
The HelpWanted event occurs when the Help button is clicked.
The user can request online help by clicking on the Help button of the Page Setup dialog or by clicking on the Help button of the built-in tool bar.
This event does not occur when the user hits F1 (or similar keys) as these are normally handled by the application.
The WantHelpButton property is used to define whether the Help button is visible on the tool bar.