HelpProvider.getHelpString

Overview | Methods | This Package | All Packages

HelpProvider.getHelpString

Retrieves the contents of the pop-up help window for the specified control.

Syntax

public String getHelpString( Control ctl )

Parameters

ctl

A Control object for which to retrieve the help string.

Return Value

Returns the help string associated with this control.

Remarks

To display this help string at run time, the user clicks F1 while the specified control has the input focus.

See Also   setHelpString