Click or drag to resize

StandardFileDialog.help Method

X#
Provide a means of displaying help when the HELP button is pressed. The HELP push button will be displayed if the SetStyle(OFN_SHOWHELP) message has been sent to the dialog object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD help() AS USUAL
Request Example View Source

Return Value

Type: Usual
A long integer indicating if the message is to be handled by the dialog box procedure in COMMDLG.DLL. The method returns a non zero value to indicate that no further processing of the message is required. It returns a zero to continue processing for this message.
Remarks
Tip Tip
If <oStandardFileDialog>:SetStyle(OFN_SHOWHELP) is used, a "Help" pushbutton is created on the dialog box. A <oStandardFileDialog>:Help() method needs to be created to process the event associated with a user clicking on the "Help" button.
See Also