StandardFileDialog.help Method | |
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
public virtual Usual help()
Request Example
View SourceReturn 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 |
---|
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