Microsoft SDK for Java

HelpProvider.getHelpTopic

Retrieves the help topic associated with a specified control.

Syntax

public String getHelpTopic( Control ctl )

Parameters

ctl

A Control object for which to retrieve the help topic.

Return Value

Returns the help topic associated with this control. If the HelpProvider object is currently configured to display the entire help file, this method returns null.

See Also   setHelpTopic

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