FileDialog.setShowHelp

Overview | Methods | This Package | All Packages

FileDialog.setShowHelp

Sets a boolean value indicating whether the dialog box contains a Help button.

Syntax

public final void setShowHelp( boolean value )

Parameters

value

Set to true if you want the dialog box to include a Help button; otherwise, set to false. The default value is false.

See Also   getShowHelp