StandardFileDialog.Help Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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