Microsoft SDK for Java

Form.getHelpButton

Retrieves a boolean value that indicates whether this form contains a help button.

Syntax

public final boolean getHelpButton()

Return Value

Returns true if the form has a help button; otherwise, returns false.

Remarks

If a form has a help button, a small question mark appears in the caption bar to the left of the minimize, maximize, and close buttons.

See Also   setHelpButton

© 1999 Microsoft Corporation. All rights reserved. Terms of use.